diff options
-rw-r--r-- | audio/cue2toc/Makefile | 1 | ||||
-rw-r--r-- | www/ljdeps/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/cue2toc/Makefile b/audio/cue2toc/Makefile index e7e840ad7cc8..e9bd956c0fe4 100644 --- a/audio/cue2toc/Makefile +++ b/audio/cue2toc/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= ${SITE_PERL}/Audio/Wav.pm:${PORTSDIR}/audio/p5-Audio-Wav NO_BUILD= yes PLIST_FILES= bin/cue2toc.pl +USE_PERL5= yes pre-patch: @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc diff --git a/www/ljdeps/Makefile b/www/ljdeps/Makefile index 042feef543ca..83f1605d16c8 100644 --- a/www/ljdeps/Makefile +++ b/www/ljdeps/Makefile @@ -39,6 +39,7 @@ RUN_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet \ EXTRACT_ONLY= # Empty NO_BUILD= yes +USE_PERL5= yes do-install: # Empty |