diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
commit | 9e048852214e8a735a9ce5e2a0badb17d9d422ce (patch) | |
tree | 6f85db05ab940c3a4a0abcea91e5f13d96182ae7 /graphics/gdtclft/Makefile | |
parent | Update to 1.8.4. (diff) |
Chase graphics/gd's shlib version bump.
Diffstat (limited to 'graphics/gdtclft/Makefile')
-rw-r--r-- | graphics/gdtclft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index e73d016d192e..1895169793d8 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -7,6 +7,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 +PORTREVISION= 1 CATEGORIES= graphics tcl${TCL_DVER} MASTER_SITES= ftp://ftp.graphviz.org/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= tcl${TCL_DVER}.1:${PORTSDIR}/lang/tcl${TCL_DVER} \ - gd.1:${PORTSDIR}/graphics/gd + gd.2:${PORTSDIR}/graphics/gd TCL_VER= 8.3 TCL_DVER= ${TCL_VER:S/.//} |