diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 23:55:07 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 23:55:07 +0800 |
commit | 7a3b621007464b02b9b11c69b171458c8d1c9e5f (patch) | |
tree | a888d0ef7e97c394c4c5b8f66d74be8ff6410431 /x11-toolkits/tk83 | |
parent | 08cc29c6a943d11343406f335de75ba831f31c34 (diff) | |
download | freebsd-ports-gnome-7a3b621007464b02b9b11c69b171458c8d1c9e5f.tar.gz freebsd-ports-gnome-7a3b621007464b02b9b11c69b171458c8d1c9e5f.tar.zst freebsd-ports-gnome-7a3b621007464b02b9b11c69b171458c8d1c9e5f.zip |
Thanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}sh
from the 8.0.x version of these ports, we are now one step closer to
finally being rid of them.
Diffstat (limited to 'x11-toolkits/tk83')
-rw-r--r-- | x11-toolkits/tk83/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile index 96095c1e88f7..4cfbafd99bcc 100644 --- a/x11-toolkits/tk83/Makefile +++ b/x11-toolkits/tk83/Makefile @@ -14,14 +14,13 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_2/ MAINTAINER= jseger@FreeBSD.org LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -FILE_DEPENDS= ${PORTSDIR}/x11-toolkits/tk80 USE_XLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl8.2 CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk82.so.1 -PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish +PKGINSTALL= ${PKGDIR}/INSTALL.wish PLIST_SUB= TK_VER=8.2 SHORT_TK_VER=82 |