aboutsummaryrefslogtreecommitdiff
path: root/audio/pacpl
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2012-06-19 16:21:13 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2012-06-19 16:21:13 +0000
commitcd16e349f9fc3111c48128f811267d424fb2de1c (patch)
tree33470e5b4a246673c872ec72c9924043c97a8b9e /audio/pacpl
parentbae371eefccc3c7e313ffe81e5c96770608c5adf (diff)
downloadports-cd16e349f9fc3111c48128f811267d424fb2de1c.tar.gz
ports-cd16e349f9fc3111c48128f811267d424fb2de1c.zip
Unbreak with perl 5.14+
Notes
Notes: svn path=/head/; revision=299642
Diffstat (limited to 'audio/pacpl')
-rw-r--r--audio/pacpl/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk>
+.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