diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /x11/xview | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'x11/xview')
-rw-r--r-- | x11/xview/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xview/Makefile b/x11/xview/Makefile index bd5836ba244..6ec2d5aaecf 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/07/19 02:29:35 grant Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:28 rillig Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -16,12 +16,12 @@ DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib -USE_X11BASE= # defined +USE_X11BASE= yes EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined -NO_BUILD= # defined -NO_CONFIGURE= # defined +NO_CHECKSUM= yes +NO_BUILD= yes +NO_CONFIGURE= yes do-install: # empty |