diff options
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 |