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 | |
parent | 3eb7d589825b383f79e174919eb3838d2713aefa (diff) | |
download | ports-e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3.tar.gz ports-e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3.zip |
Fix forgotten gd* dependency.
Notes
Notes:
svn path=/head/; revision=87236
-rw-r--r-- | graphics/g2/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdtclft/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Chart/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-chart/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index a3fd364ffefe..e09b43dfde88 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= billf@FreeBSD.org COMMENT= An easy to use, portable and powerful 2D graphics library -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 686dfaae0569..9077cbed4c17 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -16,7 +16,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= A TCL interface to the Thomas Boutell's Gd library LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \ - gd:${PORTSDIR}/graphics/gd2 + gd:${PORTSDIR}/graphics/gd TCL_VER= 8.3 TCL_DVER= ${TCL_VER:S/.//} 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 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 |