aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-08-19 07:08:38 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-08-19 07:08:38 +0800
commitd8dac71e666eded9b943dd373dfce32c35063271 (patch)
tree3b07ebdf085275b661149bb71957c2b7a64090e1 /graphics
parent1b55dcef3115aa5d0444276a83c67d2f2dd2b8f7 (diff)
downloadfreebsd-ports-gnome-d8dac71e666eded9b943dd373dfce32c35063271.tar.gz
freebsd-ports-gnome-d8dac71e666eded9b943dd373dfce32c35063271.tar.zst
freebsd-ports-gnome-d8dac71e666eded9b943dd373dfce32c35063271.zip
Fix forgotten gd* dependency.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/g2/Makefile2
-rw-r--r--graphics/gdtclft/Makefile2
-rw-r--r--graphics/p5-Chart/Makefile2
-rw-r--r--graphics/p5-chart/Makefile2
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