diff options
Diffstat (limited to 'lang/tclX80/Makefile')
-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 |