aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-08-31 04:33:35 +0800
committerade <ade@FreeBSD.org>2002-08-31 04:33:35 +0800
commit33011952a54ecc916e0101bcc2cdb9a36b9e7a91 (patch)
tree7bee1f1ff5bdca42bf4e02c1e7eb562bfcbcaaeb
parent905ebd50488d239eab44a5c9e235a76c39eae9dd (diff)
downloadfreebsd-ports-gnome-33011952a54ecc916e0101bcc2cdb9a36b9e7a91.tar.gz
freebsd-ports-gnome-33011952a54ecc916e0101bcc2cdb9a36b9e7a91.tar.zst
freebsd-ports-gnome-33011952a54ecc916e0101bcc2cdb9a36b9e7a91.zip
Fix dependencies so the port actually builds correctly.
-rw-r--r--graphics/p5-GD-Graph/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile
index 629618ebd349..6c5b6c9dda55 100644
--- a/graphics/p5-GD-Graph/Makefile
+++ b/graphics/p5-GD-Graph/Makefile
@@ -7,6 +7,7 @@
PORTNAME= GD-Graph
PORTVERSION= 1.35
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -15,8 +16,9 @@ DISTNAME= GDGraph-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES