diff options
author | ade <ade@FreeBSD.org> | 2002-08-31 04:34:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-31 04:34:56 +0800 |
commit | fdab6e6c2b22459f9571ca597765a1abef7e9fcd (patch) | |
tree | 13649698cb64d9bd7dbd92e6b4e7eba294ae5f61 /graphics/p5-Chart-PNGgraph/Makefile | |
parent | 33011952a54ecc916e0101bcc2cdb9a36b9e7a91 (diff) | |
download | freebsd-ports-gnome-fdab6e6c2b22459f9571ca597765a1abef7e9fcd.tar.gz freebsd-ports-gnome-fdab6e6c2b22459f9571ca597765a1abef7e9fcd.tar.zst freebsd-ports-gnome-fdab6e6c2b22459f9571ca597765a1abef7e9fcd.zip |
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 |