diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:53:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-04 16:53:46 +0000 |
commit | 235b4458e31c1bd16f2db6c015e1d680929d9f7c (patch) | |
tree | 8bf9c10eb762439d5e125de2557c9d33353661a3 /graphics/p5-Chart-PNGgraph/Makefile | |
parent | 968f8f63070fd1dcaa5087b266a7ae8ce0911010 (diff) | |
download | ports-235b4458e31c1bd16f2db6c015e1d680929d9f7c.tar.gz ports-235b4458e31c1bd16f2db6c015e1d680929d9f7c.zip |
Notes
Diffstat (limited to 'graphics/p5-Chart-PNGgraph/Makefile')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index ba84b7b03e0e..e91d8e93e558 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A Perl module for generating presentation graphics (i.e., charts) -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ - ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ + p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= YES |