diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/IPA/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Chart-Clicker/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Convert-Color/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Geometry-Primitive/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Graphics-ColorNames-WWW/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Image-Caa/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 2a7ec76c6265..080d86fbc7a7 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK MAINTAINER= ports@FreeBSD.org COMMENT= Image Processing Algorithms +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Prima>1.24:x11-toolkits/p5-Prima -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index da7e9ae90769..d57fa8bb3949 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -15,6 +15,7 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Color-Scheme>=0:graphics/p5-Color-Scheme \ p5-Moose>=0:devel/p5-Moose \ p5-DateTime>=0:devel/p5-DateTime \ @@ -24,7 +25,6 @@ RUN_DEPENDS= p5-Color-Scheme>=0:graphics/p5-Color-Scheme \ p5-Graphics-Primitive>=0:graphics/p5-Graphics-Primitive \ p5-Graphics-Primitive-Driver-Cairo>=0:graphics/p5-Graphics-Primitive-Driver-Cairo \ p5-Layout-Manager>=0:graphics/p5-Layout-Manager -BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Pod>=1:devel/p5-Test-Pod diff --git a/graphics/p5-Convert-Color/Makefile b/graphics/p5-Convert-Color/Makefile index 6e509ce813f6..35a2b4c9be39 100644 --- a/graphics/p5-Convert-Color/Makefile +++ b/graphics/p5-Convert-Color/Makefile @@ -13,10 +13,10 @@ COMMENT= Perl extension for color space conversions and named lookups LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= \ p5-List-UtilsBy>0:devel/p5-List-UtilsBy \ p5-Module-Pluggable>=0:devel/p5-Module-Pluggable -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-Geometry-Primitive/Makefile b/graphics/p5-Geometry-Primitive/Makefile index 6a2570e1720f..1afc8d963203 100644 --- a/graphics/p5-Geometry-Primitive/Makefile +++ b/graphics/p5-Geometry-Primitive/Makefile @@ -12,12 +12,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Primitive Geometry Entities +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Check-ISA>=0.04:devel/p5-Check-ISA \ p5-JSON-Any>=1.22:converters/p5-JSON-Any \ p5-Moose>=0.92:devel/p5-Moose \ p5-MooseX-Clone>=0.04:devel/p5-MooseX-Clone \ p5-MooseX-Storage>=0.17:devel/p5-MooseX-Storage -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-Graphics-ColorNames-WWW/Makefile b/graphics/p5-Graphics-ColorNames-WWW/Makefile index 74b3f7f5ae82..19ba2c31fbb9 100644 --- a/graphics/p5-Graphics-ColorNames-WWW/Makefile +++ b/graphics/p5-Graphics-ColorNames-WWW/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= WWW color names and equivalent RGB values +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Graphics-ColorNames>=0.32:graphics/p5-Graphics-ColorNames -BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= perl5 diff --git a/graphics/p5-Image-Caa/Makefile b/graphics/p5-Image-Caa/Makefile index 239960099d85..d3386602a45c 100644 --- a/graphics/p5-Image-Caa/Makefile +++ b/graphics/p5-Image-Caa/Makefile @@ -11,8 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Colored ASCII Art +BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses -BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure |