From cd16e349f9fc3111c48128f811267d424fb2de1c Mon Sep 17 00:00:00 2001 From: Sergey Skvortsov Date: Tue, 19 Jun 2012 16:21:13 +0000 Subject: [PATCH] Unbreak with perl 5.14+ --- audio/pacpl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/pacpl/Makefile b/audio/pacpl/Makefile index ac0ef2717cc9..d764e00909a8 100644 --- a/audio/pacpl/Makefile +++ b/audio/pacpl/Makefile @@ -74,6 +74,10 @@ PLIST_SUB+= AMAROK="@comment " .include +.if ${PERL_LEVEL} >= 501400 +BUILD_DEPENDS+= p5-Switch>0:${PORTSDIR}/lang/p5-Switch +.endif + .if ${PORT_OPTIONS:MBONK} RUN_DEPENDS+= bonk:${PORTSDIR}/audio/bonk .endif