diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:25:05 +0000 |
commit | 388860d23fd6e669bce6e1b2b1e43360bf4bd551 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /x11/tkinfo | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'x11/tkinfo')
-rw-r--r-- | x11/tkinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tkinfo/Makefile b/x11/tkinfo/Makefile index 84baf3a42a5..06fce983e83 100644 --- a/x11/tkinfo/Makefile +++ b/x11/tkinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/04/01 13:38:46 agc Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/26 19:30:28 garbled Exp $ # FreeBSD Id: Makefile,v 1.15 1997/12/16 09:26:12 tg Exp # @@ -12,6 +12,7 @@ HOMEPAGE= http://math-www.uni-paderborn.de/~axel/tkinfo/ DEPENDS= tk-8.0.5:../../x11/tk80 +USE_X11= yes NO_BUILD= yes do-install: |