aboutsummaryrefslogtreecommitdiffstats
path: root/devel/swig13
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-08-17 16:45:34 +0800
committerkris <kris@FreeBSD.org>2003-08-17 16:45:34 +0800
commit6453e914481e4ba56f63bcc752d164c2102b76ed (patch)
treec66f09d546e9898f1e8673eab2871011f6451b56 /devel/swig13
parent9bc0cae2fb5569694d1473c3df43bf66bf8a3e13 (diff)
downloadfreebsd-ports-gnome-6453e914481e4ba56f63bcc752d164c2102b76ed.tar.gz
freebsd-ports-gnome-6453e914481e4ba56f63bcc752d164c2102b76ed.tar.zst
freebsd-ports-gnome-6453e914481e4ba56f63bcc752d164c2102b76ed.zip
Switch to tcl 8.4 and bump PORTREVISION
Reviewed by: maintainer
Diffstat (limited to 'devel/swig13')
-rw-r--r--devel/swig13/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 0f43403be4b5..3888b0cda6cc 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -7,6 +7,7 @@
PORTNAME= swig
PORTVERSION= 1.3.19
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -63,10 +64,10 @@ PLIST_SUB+= WANT_SWIG_RUBY=""
PLIST_SUB+= WANT_SWIG_RUBY="@comment "
.endif
.if defined(WANT_SWIG_TCL)
-CATEGORIES+= tcl83
-BUILD_DEPENDS+= ${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
-CONFIGURE_ARGS+= --with-tclincl=${LOCALBASE}/include/tcl8.3/ \
- --with-tcllib=${LOCALBASE}/lib/tcl8.3/
+CATEGORIES+= tcl84
+BUILD_DEPENDS+= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84
+CONFIGURE_ARGS+= --with-tclincl=${LOCALBASE}/include/tcl8.4/ \
+ --with-tcllib=${LOCALBASE}/lib/tcl8.4/
PLIST_SUB+= WANT_SWIG_TCL=""
.else
PLIST_SUB+= WANT_SWIG_TCL="@comment "