summaryrefslogtreecommitdiff
path: root/graphics/gdtclft
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-10-23 17:37:09 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-10-23 17:37:09 +0000
commit0a8b24017ebe05200df42dc071425827ffae58d2 (patch)
tree2ae4d86e8955907fd48854a25d821743559752f9 /graphics/gdtclft
parentUpdate to Vim 6.0 patchlevel 21 (diff)
Although it will compile and link with the older gd-1.8.x, it
will now depend on the 2.x installed by the graphics/gd2 port. Bump up PORTREVISION.
Notes
Notes: svn path=/head/; revision=49139
Diffstat (limited to 'graphics/gdtclft')
-rw-r--r--graphics/gdtclft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile
index 83c18227dcb6..6abe20d97646 100644
--- a/graphics/gdtclft/Makefile
+++ b/graphics/gdtclft/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Gdtclft
PORTVERSION= 2.2.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics tcl${TCL_DVER}
MASTER_SITES= ftp://ftp.graphviz.org/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= mi@aldan.algebra.com
LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \
- gd.2:${PORTSDIR}/graphics/gd
+ gd:${PORTSDIR}/graphics/gd2
TCL_VER= 8.3
TCL_DVER= ${TCL_VER:S/.//}