diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-26 09:41:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-26 09:41:09 +0800 |
commit | 736298cf84cbc4313b8ade1a3c9f2ba8df3948bd (patch) | |
tree | 4bd0d3e4d132561a85687c329af0a99566cdab04 /audio/cue2toc | |
parent | 0765ee4d460f6b518e5b0d76e2e825e7a6c3456e (diff) | |
download | freebsd-ports-gnome-736298cf84cbc4313b8ade1a3c9f2ba8df3948bd.tar.gz freebsd-ports-gnome-736298cf84cbc4313b8ade1a3c9f2ba8df3948bd.tar.zst freebsd-ports-gnome-736298cf84cbc4313b8ade1a3c9f2ba8df3948bd.zip |
Add missing USE_PERL5.
Diffstat (limited to 'audio/cue2toc')
-rw-r--r-- | audio/cue2toc/Makefile | 1 |
1 files changed, 1 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 |