diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-12 01:13:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-12 01:13:35 +0000 |
commit | 049d3daf0fbfb659e8f358fd16b971394a91032b (patch) | |
tree | 2bc117b7a106d50abd76e86a95b286b7a84c7229 /lang/otcl | |
parent | Update to 1.3.2 (diff) |
Update to 1.0a7, depend on Tcl/Tk 8.3.
MAINTAINER email bounces - reset to ports@FreeBSD.org
PR: 35803
Submitted by: Bruce A. Mah <bmah@packetdesign.com>
Notes
Notes:
svn path=/head/; revision=55910
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 14 | ||||
-rw-r--r-- | lang/otcl/distinfo | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index be14a6bc1aa5..a1c893f54d31 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -6,20 +6,20 @@ # PORTNAME= otcl -PORTVERSION= 1.0a6 -CATEGORIES= lang +PORTVERSION= 1.0a7 +CATEGORIES= lang tcl83 tk83 MASTER_SITES= http://www.isi.edu/nsnam/dist/ -MAINTAINER= obonilla@fisicc-ufm.edu +MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 +CONFIGURE_ARGS= --with-tcl-ver=8.3 --with-tk-ver=8.3 USE_AUTOCONF= yes -PKGINSTALL= ${PORTSDIR}/lang/tcl82/pkg-install.tclsh -PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg-deinstall.tclsh +PKGINSTALL= ${PORTSDIR}/lang/tcl83/pkg-install.tclsh +PKGDEINSTALL= ${PORTSDIR}/lang/tcl83/pkg-deinstall.tclsh post-install: ${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1 diff --git a/lang/otcl/distinfo b/lang/otcl/distinfo index 09d9d7a9eebb..a46e3a401dd5 100644 --- a/lang/otcl/distinfo +++ b/lang/otcl/distinfo @@ -1 +1 @@ -MD5 (otcl-1.0a6.tar.gz) = 1f62207fb5af5d07bb70a7c031b95e46 +MD5 (otcl-1.0a7.tar.gz) = b1cc048a131a061f8e5ef739acd4f781 |