aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-GD
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-18 21:06:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-18 21:06:24 +0000
commitc4a09dd93ec6991171419960eabb917d433b71e6 (patch)
treed666d5744fc2653fce6740450ea96a472dd654e0 /graphics/p5-GD
parent25b6e12d10e0450ec3ed80f0722ce65922a15b0c (diff)
downloadports-c4a09dd93ec6991171419960eabb917d433b71e6.tar.gz
ports-c4a09dd93ec6991171419960eabb917d433b71e6.zip
Remove unnecessary RUN_DEPENDS
- Bump PORTREVISION for dependency change PR: 235593 Submitted by: Helge Oldach <freebsd@oldach.net>
Notes
Notes: svn path=/head/; revision=493324
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r--graphics/p5-GD/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 92bd0b16e1a6..6f00943af361 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -2,6 +2,7 @@
PORTNAME= GD
PORTVERSION= 2.70
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,9 +13,8 @@ COMMENT= Perl5 interface to Gd Graphics Library version2
LICENSE= ART20 GPLv1+
LICENSE_COMB= dual
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
LIB_DEPENDS= libgd.so:graphics/gd
-RUN_DEPENDS= p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig
USES= perl5
USE_PERL5= configure