diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 01:42:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 01:42:10 +0000 |
commit | 928034bddd37b5f987c721a4c72842062c8d15b6 (patch) | |
tree | c3c11422ed5a74cb45d81c553ff0d52a6d180ef3 /x11-toolkits/tk82/Makefile | |
parent | c99317f4a41bac4e3921da0b0324260c32b71db0 (diff) | |
download | FreeBSD-ports-928034bddd37b5f987c721a4c72842062c8d15b6.zip FreeBSD-ports-928034bddd37b5f987c721a4c72842062c8d15b6.tar.gz |
Set TK_LIB_FILE so ports that depend on libtk81.so.1 can find it. Also
a minor cleanup to PLIST while I'm here.
Diffstat (limited to 'x11-toolkits/tk82/Makefile')
-rw-r--r-- | x11-toolkits/tk82/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile index 94333ee..fe29fb6 100644 --- a/x11-toolkits/tk82/Makefile +++ b/x11-toolkits/tk82/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1997 # Whom: jkh # -# $Id: Makefile,v 1.20 1998/12/13 08:49:14 asami Exp $ +# $Id: Makefile,v 1.21 1999/01/17 14:26:32 ejc Exp $ # DISTNAME= tk8.1b1 @@ -21,7 +21,7 @@ NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared -CONFIGURE_ENV= PORTSDIR=${PORTSDIR} +CONFIGURE_ENV= PORTSDIR=${PORTSDIR} TK_LIB_FILE=libtk81.so.1 PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish MAN1= wish.1 |