diff options
author | az <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-16 14:12:28 +0800 |
commit | 6da7db56873e789b5619503b294318b9ddcb6d2b (patch) | |
tree | 384db2430847574aba884f9787c765d0f5311558 /audio | |
parent | b742942ebdd434fcafc9fe8ac34e1a8bd7692555 (diff) | |
download | freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.tar.gz freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.tar.zst freebsd-ports-gnome-6da7db56873e789b5619503b294318b9ddcb6d2b.zip |
- Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.
Approved by: bapt@ (portmgr@)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnump3d/Makefile | 2 | ||||
-rw-r--r-- | audio/gnupod/Makefile | 2 | ||||
-rw-r--r-- | audio/p5-Audio-MPD/Makefile | 2 | ||||
-rw-r--r-- | audio/shairport/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile index 066aeafad9ee..f3065294ff97 100644 --- a/audio/gnump3d/Makefile +++ b/audio/gnump3d/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \ oggenc:${PORTSDIR}/audio/vorbis-tools USE_BZIP2= yes -USE_PERL5_RUN= 5.8.0+ +USE_PERL5_RUN= yes NO_BUILD= yes USE_RC_SUBR= gnump3d SUB_LIST+= PERL=${PERL} diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile index 8b8a0d3b226f..eb76856bff1f 100644 --- a/audio/gnupod/Makefile +++ b/audio/gnupod/Makefile @@ -30,7 +30,7 @@ MAN1= gnupod_addsong.pl.1 gnupod_check.pl.1 gnupod_INIT.pl.1 \ tunes2pod.pl.1 MANCOMPRESSED= yes -USE_PERL5= 5.8.0+ +USE_PERL5= yes GNU_CONFIGURE= yes NO_BUILD= yes diff --git a/audio/p5-Audio-MPD/Makefile b/audio/p5-Audio-MPD/Makefile index 20b1762902b5..8541a2c6445c 100644 --- a/audio/p5-Audio-MPD/Makefile +++ b/audio/p5-Audio-MPD/Makefile @@ -29,7 +29,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Corpus-Audio-MPD>=1.113282:${PORTSDIR}/audio/p5-Test-Corpus-Audio-MPD -PERL_MODBUILD= 5.10.0+ +PERL_MODBUILD= yes MAN1= mpd-dynamic.1 \ mpd-rate.1 diff --git a/audio/shairport/Makefile b/audio/shairport/Makefile index 77430355b235..8bebd09de0a1 100644 --- a/audio/shairport/Makefile +++ b/audio/shairport/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ avahi-publish-service:${PORTSDIR}/net/avahi-app USE_GMAKE= yes -USE_PERL5_RUN= 5.10.0+ +USE_PERL5_RUN= yes USE_OPENSSL= yes USE_GNOME= pkgconfig |