diff options
author | mi <mi@FreeBSD.org> | 2001-10-24 01:37:09 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-10-24 01:37:09 +0800 |
commit | a744b7e7167bdd35dd7678099d58f5ba11dde4d6 (patch) | |
tree | 54cf9d071af6d590dcdc737f52521ac574137e11 /graphics | |
parent | adb2d05a2d27d905f27e33d5553b1607b7af8bf8 (diff) | |
download | freebsd-ports-gnome-a744b7e7167bdd35dd7678099d58f5ba11dde4d6.tar.gz freebsd-ports-gnome-a744b7e7167bdd35dd7678099d58f5ba11dde4d6.tar.zst freebsd-ports-gnome-a744b7e7167bdd35dd7678099d58f5ba11dde4d6.zip |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdtclft/Makefile | 4 |
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/.//} |