diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /lang/otcl/Makefile | |
parent | 3689fb2140698b1b4eff0933fe730262b161f533 (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=23474
Diffstat (limited to 'lang/otcl/Makefile')
-rw-r--r-- | lang/otcl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 2587aa845095..8d1cbf7fd5a1 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -12,9 +12,14 @@ MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/ MAINTAINER= obonilla@fisicc-ufm.edu -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.0/generic +CONFIGURE_ARGS= --includedir=${PREFIX}/include/tcl8.2/generic \ + --with-tcl-ver=8.2 + +post-install: + ${LN} -sf libotcl.so.1 ${PREFIX}/lib/libotcl.so + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |