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/xview | |
parent | 57661849a8a32bf5ad4651a384f0cee0a59fe67a (diff) | |
download | pkgsrc-388860d23fd6e669bce6e1b2b1e43360bf4bd551.tar.gz |
add USE_X11=yes
Diffstat (limited to 'x11/xview')
-rw-r--r-- | x11/xview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xview/Makefile b/x11/xview/Makefile index 8bae5554dc3..87400761128 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/09 12:20:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/26 19:30:28 garbled Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -13,6 +13,7 @@ DEPENDS+= xview-config-3.2.1:../xview-config DEPENDS+= xview-lib-3.2.1:../xview-lib DEPENDS+= xview-clients-3.2.1:../xview-clients +USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_PATCH= yes |