diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-18 23:08:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-18 23:08:38 +0000 |
commit | e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3 (patch) | |
tree | 83ecfe17db5eeb8d8aa70f2acd2aabd60912cef6 /graphics/p5-Chart | |
parent | 3eb7d589825b383f79e174919eb3838d2713aefa (diff) | |
download | ports-e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3.tar.gz ports-e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3.zip |
Fix forgotten gd* dependency.
Notes
Notes:
svn path=/head/; revision=87236
Diffstat (limited to 'graphics/p5-Chart')
-rw-r--r-- | graphics/p5-Chart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index f34f0733c8e0..1781b227ca2c 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= A perl5 interface to build chart graphics -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD2 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD PERL_CONFIGURE= yes |