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/tix | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'x11/tix')
-rw-r--r-- | x11/tix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tix/Makefile b/x11/tix/Makefile index d101a934e6a..1db0bdf63ce 100644 --- a/x11/tix/Makefile +++ b/x11/tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/23 22:51:41 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/26 19:30:27 garbled Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp DISTNAME= Tix4.1.0.006 @@ -10,6 +10,7 @@ MAINTAINER= rh@vip.at DEPENDS+= tk-8.0.5:../../x11/tk80 +USE_X11= yes WRKSRC= ${WRKDIR}/Tix4.1.0/unix/tk8.0 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-sam \ |