diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 19:15:37 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 19:15:37 +0000 |
commit | 96f12ae727be605bf29da847b0709d5cb1538730 (patch) | |
tree | 788d4eb9e0fe8c9210ba3a10a6b57f961c9429ff /net/tkirc | |
parent | 44fe7680c4b4730c41f0cedd95cc4779aaa0eec2 (diff) | |
download | pkgsrc-96f12ae727be605bf29da847b0709d5cb1538730.tar.gz |
add USE_X11=yes
Diffstat (limited to 'net/tkirc')
-rw-r--r-- | net/tkirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tkirc/Makefile b/net/tkirc/Makefile index f5338ac86a4..0fa9fafaffb 100644 --- a/net/tkirc/Makefile +++ b/net/tkirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/04/01 13:38:45 agc Exp $ +# $NetBSD: Makefile,v 1.12 1999/04/26 19:15:38 garbled Exp $ DISTNAME= tkirc1.202 PKGNAME= tkirc-1.202 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.north.de/~atte/tkirc/ DEPENDS+= ircII-4.4:../../net/ircII DEPENDS+= tk-8.0.5:../../x11/tk80 +USE_X11= yes NO_CONFIGURE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/tkirc |