diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 06:49:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-17 06:49:29 +0000 |
commit | 6fb6597c896b7c2d85ae3cf5c992dff59a7205ac (patch) | |
tree | aa66d7bd719f61ac29aba195639af7c69749e352 /graphics | |
parent | 97fc19df31dd1dfe1159320656deabf02d509846 (diff) |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl
Notes
Notes:
svn path=/head/; revision=281878
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Graph-SocialMap/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Graph-Writer-GraphViz/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-SWF-Builder/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Tk-JPEG-Lite/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-URI-GoogleChart/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index 1a20000a4d02..04bb3335ea11 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -19,7 +19,7 @@ COMMENT= Seamlessly enable SVG output from scripts written using GD BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG -PERL_CONFIGURE= 5.8.0+ #inherited from graphics/p5-GD +PERL_CONFIGURE= yes MAN3= GD::SVG.3 diff --git a/graphics/p5-Graph-SocialMap/Makefile b/graphics/p5-Graph-SocialMap/Makefile index ece762c1803e..b9463a2f44de 100644 --- a/graphics/p5-Graph-SocialMap/Makefile +++ b/graphics/p5-Graph-SocialMap/Makefile @@ -24,6 +24,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Graph::SocialMap.3 -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graph-Writer-GraphViz/Makefile b/graphics/p5-Graph-Writer-GraphViz/Makefile index b52a505a48cb..36f97e137d2d 100644 --- a/graphics/p5-Graph-Writer-GraphViz/Makefile +++ b/graphics/p5-Graph-Writer-GraphViz/Makefile @@ -23,6 +23,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= Graph::Writer::GraphViz.3 -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile index 90b909ecbab9..83959c0f189b 100644 --- a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile +++ b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Cairo>=1.061:${PORTSDIR}/graphics/p5-Cairo \ p5-Text-Flow>=0.01:${PORTSDIR}/textproc/p5-Text-Flow BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= Graphics::Primitive::Driver::Cairo.3 \ Graphics::Primitive::Driver::Cairo::TextLayout.3 diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile index a80098a090ce..703c22c08d94 100644 --- a/graphics/p5-SWF-Builder/Makefile +++ b/graphics/p5-SWF-Builder/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/SWF/Element.pm:${PORTSDIR}/graphics/p5-SWF-File \ ${SITE_PERL}/Font/TTF/Font.pm:${PORTSDIR}/x11-fonts/p5-Font-TTF RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN3= SWF::Builder.3 SWF::Builder::ActionScript.3 \ SWF::Builder::Character::Bitmap.3 \ diff --git a/graphics/p5-Tk-JPEG-Lite/Makefile b/graphics/p5-Tk-JPEG-Lite/Makefile index 6fb7a8f25ae7..1e1cfd4b4a01 100644 --- a/graphics/p5-Tk-JPEG-Lite/Makefile +++ b/graphics/p5-Tk-JPEG-Lite/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN1= tkjpeg-lite.1 MAN3= Tk::JPEG::Lite.3 diff --git a/graphics/p5-URI-GoogleChart/Makefile b/graphics/p5-URI-GoogleChart/Makefile index 7c2900ad56ec..c7f8cc36159e 100644 --- a/graphics/p5-URI-GoogleChart/Makefile +++ b/graphics/p5-URI-GoogleChart/Makefile @@ -18,7 +18,7 @@ COMMENT= Generate Google Chart URIs BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= 5.6.0+ +PERL_CONFIGURE= yes MAN3= URI::GoogleChart.3 |