diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-30 20:34:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-30 20:34:56 +0000 |
commit | c85c932dd071d80d41eb49b53f27603dcff13349 (patch) | |
tree | 2835e9500bb031d15da49352eaf51a328b5e91d7 /graphics/p5-Chart-PNGgraph/Makefile | |
parent | Fix dependencies so the port actually builds correctly. (diff) |
Fix dependencies, and add a patch to ignore looking
for GIF support (and bailing out in the process).
Diffstat (limited to 'graphics/p5-Chart-PNGgraph/Makefile')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index 4ce868148670..9899dd959504 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -7,7 +7,7 @@ PORTNAME= Chart-PNGgraph PORTVERSION= 1.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart @@ -15,7 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -BUILD_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/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |