diff options
author | kris <kris@FreeBSD.org> | 2003-08-17 16:45:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-17 16:45:34 +0800 |
commit | 6453e914481e4ba56f63bcc752d164c2102b76ed (patch) | |
tree | c66f09d546e9898f1e8673eab2871011f6451b56 /devel/swig13 | |
parent | 9bc0cae2fb5569694d1473c3df43bf66bf8a3e13 (diff) | |
download | freebsd-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/Makefile | 9 |
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 " |