diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-30 20:33:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-30 20:33:35 +0000 |
commit | 6f99a34f5fa9d47edf29d22e217a6f76f8f89b4a (patch) | |
tree | 85801a6086e5357b7571cb3429c7f960db499c1c /graphics/p5-GD-Graph | |
parent | cb64dcff438a6798ff9a31237610c499820ef480 (diff) | |
download | ports-6f99a34f5fa9d47edf29d22e217a6f76f8f89b4a.tar.gz ports-6f99a34f5fa9d47edf29d22e217a6f76f8f89b4a.zip |
Notes
Diffstat (limited to 'graphics/p5-GD-Graph')
-rw-r--r-- | graphics/p5-GD-Graph/Makefile | 4 |
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 |