summaryrefslogtreecommitdiff
path: root/devel/swig13
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-17 08:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-17 08:45:34 +0000
commit95afc5b1f757851a413dc940c27b95ab41faa2a8 (patch)
tree4362d266bf1ca8a26cef6d4325fb43b87bf6fe56 /devel/swig13
parentBump PORTREVISION for previous commit. (diff)
Switch to tcl 8.4 and bump PORTREVISION
Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=87118
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 "