diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 15:55:07 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 15:55:07 +0000 |
commit | 9a20ef173c462051100eaf39f9c8c27cda498b50 (patch) | |
tree | 345e65b684596927ac7d771293a00e7e1cc26cc5 /x11-toolkits/tk84 | |
parent | 75292c73345538cd2b7915860315a367cc2f2774 (diff) | |
download | ports-9a20ef173c462051100eaf39f9c8c27cda498b50.tar.gz ports-9a20ef173c462051100eaf39f9c8c27cda498b50.zip |
Notes
Diffstat (limited to 'x11-toolkits/tk84')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 96095c1e88f7..4cfbafd99bcc 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/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 |