diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2003-10-27 20:11:02 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2003-10-27 20:11:02 +0000 |
commit | 30dd03f65138cd5423572767d2a869b3b8f45b84 (patch) | |
tree | 1c127e3e8758a486ce3f0ec54a0fdb3445879795 /graphics/gdtclft/Makefile | |
parent | 1aee5817e8ee565d8efb60984a85c74ae48d025a (diff) | |
download | ports-30dd03f65138cd5423572767d2a869b3b8f45b84.tar.gz ports-30dd03f65138cd5423572767d2a869b3b8f45b84.zip |
Notes
Diffstat (limited to 'graphics/gdtclft/Makefile')
-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 9077cbed4c17..54f1e4389cd5 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -7,7 +7,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics tcl${TCL_DVER} MASTER_SITES= ftp://ftp.graphviz.org/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -18,7 +18,7 @@ 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/gd -TCL_VER= 8.3 +TCL_VER?= 8.4 TCL_DVER= ${TCL_VER:S/.//} MAKEFILE= ${FILESDIR}/Makefile.bsd |