aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdtclft
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-18 23:08:38 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-18 23:08:38 +0000
commite6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3 (patch)
tree83ecfe17db5eeb8d8aa70f2acd2aabd60912cef6 /graphics/gdtclft
parent3eb7d589825b383f79e174919eb3838d2713aefa (diff)
downloadports-e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3.tar.gz
ports-e6e7d1aef60bbd6b2cfa76c022ba63efe4b2f4d3.zip
Fix forgotten gd* dependency.
Notes
Notes: svn path=/head/; revision=87236
Diffstat (limited to 'graphics/gdtclft')
-rw-r--r--graphics/gdtclft/Makefile2
1 files changed, 1 insertions, 1 deletions
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/.//}