diff options
author | asami <asami@FreeBSD.org> | 1998-11-11 02:02:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-11 02:02:14 +0000 |
commit | 1c701d2399d2f9ec0cb5c61735f80356124f7ad8 (patch) | |
tree | d9d5c4c0cfa1071ffc1180e2a1d3da5a7155daab /x11-toolkits/tk84/Makefile | |
parent | b54d550c1bd6611b0c52ea000c4a841d906422c8 (diff) | |
download | FreeBSD-ports-1c701d2399d2f9ec0cb5c61735f80356124f7ad8.zip FreeBSD-ports-1c701d2399d2f9ec0cb5c61735f80356124f7ad8.tar.gz |
Add USE_XLIB.
Found by: Steve's little perl script
Diffstat (limited to 'x11-toolkits/tk84/Makefile')
-rw-r--r-- | x11-toolkits/tk84/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile index f9469ca..150f14f 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.16 1998/10/03 21:36:15 steve Exp $ +# $Id: Makefile,v 1.17 1998/10/03 22:05:46 steve Exp $ # DISTNAME= tk8.1a2 @@ -15,6 +15,7 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= tcl81.1:${PORTSDIR}/lang/tcl81 +USE_XLIB= yes NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes |