diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:49:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-17 14:49:29 +0800 |
commit | f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f (patch) | |
tree | 761b70e4c2760ca0fb7ad78750c9f732751355b6 /multimedia | |
parent | 023781ffc2fb7b7466bad1965441efe9d10b13dd (diff) | |
download | freebsd-ports-gnome-f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f.tar.gz freebsd-ports-gnome-f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f.tar.zst freebsd-ports-gnome-f456a4c0eeb2dd0fcd327ecad4e1441fa0296a3f.zip |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mp3cd/Makefile | 2 | ||||
-rw-r--r-- | multimedia/p5-FLV-Info/Makefile | 2 | ||||
-rw-r--r-- | multimedia/p5-MP4-Info/Makefile | 2 | ||||
-rw-r--r-- | multimedia/p5-Subtitles/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/mp3cd/Makefile b/multimedia/mp3cd/Makefile index 52ddaed6ebe5..5a71dece89fb 100644 --- a/multimedia/mp3cd/Makefile +++ b/multimedia/mp3cd/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Config/Simple.pm:${PORTSDIR}/devel/p5-Config-Simple RUN_DEPENDS= ${BUILD_DEPENDS} USE_PERL5= yes -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN1= mp3cd.1 MANCOMPRESS= yes diff --git a/multimedia/p5-FLV-Info/Makefile b/multimedia/p5-FLV-Info/Makefile index 84d6f782ec70..941c39c02101 100644 --- a/multimedia/p5-FLV-Info/Makefile +++ b/multimedia/p5-FLV-Info/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= p5-AMF-Perl>=0.15:${PORTSDIR}/www/p5-AMF-Perl \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-SWF-File>=0.033:${PORTSDIR}/graphics/p5-SWF-File -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN1= flv2mp3.1 flvinfo.1 swf2flv.1 flv2swf.1 flv2flv.1 MAN3= FLV::File.3 \ diff --git a/multimedia/p5-MP4-Info/Makefile b/multimedia/p5-MP4-Info/Makefile index 4bb3dce13e71..bc43996b06c5 100644 --- a/multimedia/p5-MP4-Info/Makefile +++ b/multimedia/p5-MP4-Info/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Fetch info from MPEG-4 files -PERL_CONFIGURE= 5.7.3+ #inherited from p5-Encode +PERL_CONFIGURE= yes MAN3= MP4::Info.3 diff --git a/multimedia/p5-Subtitles/Makefile b/multimedia/p5-Subtitles/Makefile index 00bc75545c92..a40d1e72488c 100644 --- a/multimedia/p5-Subtitles/Makefile +++ b/multimedia/p5-Subtitles/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= osa@FreeBSD.org COMMENT= A Perl5 backend for fix subtitles timing -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN1= subs.1 MAN3= Subtitles.3 |