diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 09:42:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 09:42:10 +0800 |
commit | 928034bddd37b5f987c721a4c72842062c8d15b6 (patch) | |
tree | c3c11422ed5a74cb45d81c553ff0d52a6d180ef3 /x11-toolkits/tk84/Makefile | |
parent | c99317f4a41bac4e3921da0b0324260c32b71db0 (diff) | |
download | freebsd-ports-graphics-928034bddd37b5f987c721a4c72842062c8d15b6.tar.gz freebsd-ports-graphics-928034bddd37b5f987c721a4c72842062c8d15b6.tar.zst freebsd-ports-graphics-928034bddd37b5f987c721a4c72842062c8d15b6.zip |
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/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index 94333ee663c..fe29fb622ff 100644 --- a/x11-toolkits/tk84/Makefile +++ b/x11-toolkits/tk84/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 |