1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Unbreak with perl 5.14+

This commit is contained in:
Sergey Skvortsov 2012-06-19 16:21:13 +00:00
parent bae371eefc
commit cd16e349f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299642

View File

@ -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