diff options
author | garbled <garbled> | 1999-04-26 18:38:28 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 18:38:28 +0000 |
commit | 9519f2629e7389094db9fef7edca63a26ecb97a9 (patch) | |
tree | d35220b289012141922a93aca72c63bd3963cf12 /lang/tclX80 | |
parent | 8223080e8ab27fad57e57ab79013570562faf0ef (diff) | |
download | pkgsrc-9519f2629e7389094db9fef7edca63a26ecb97a9.tar.gz |
add USE_X11=yes
Diffstat (limited to 'lang/tclX80')
-rw-r--r-- | lang/tclX80/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile index 3e0c2e4aa18..26db82aa163 100644 --- a/lang/tclX80/Makefile +++ b/lang/tclX80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/10 21:49:05 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/26 18:47:53 garbled Exp $ # DISTNAME= tclX8.0.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.neosoft.com/TclX/ DEPENDS+= tk-8.0.5:../../x11/tk80 +USE_X11= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared --with-tk |