diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:38:28 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:38:28 +0000 |
commit | c216c41c0a815e355fdacc820a0e1bc8037d319d (patch) | |
tree | d35220b289012141922a93aca72c63bd3963cf12 /lang | |
parent | 5f1925c4f514bb9f934e9764ef30ae451a5d5ed5 (diff) | |
download | pkgsrc-c216c41c0a815e355fdacc820a0e1bc8037d319d.tar.gz |
add USE_X11=yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/STk/Makefile | 3 | ||||
-rw-r--r-- | lang/tclX80/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index a4d05eaaa26..4bfeaea8770 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/16 11:57:33 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/26 18:47:53 garbled Exp $ # DISTNAME= STk-3.99.2 @@ -9,5 +9,6 @@ MAINTAINER= perry@netbsd.org HOMEPAGE= http://kaolin.unice.fr/STk/ GNU_CONFIGURE= yes +USE_X11= yes .include "../../mk/bsd.pkg.mk" 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 |