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/neXtaw | |
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/neXtaw')
-rw-r--r-- | x11/neXtaw/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/neXtaw/Makefile b/x11/neXtaw/Makefile index 065ba28dd36..924db179d7c 100644 --- a/x11/neXtaw/Makefile +++ b/x11/neXtaw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:03:29 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/09/28 20:52:28 rillig Exp $ DISTNAME= neXtaw-0.15.1 PKGREVISION= 1 @@ -9,9 +9,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://siag.nu/neXtaw/ COMMENT= NeXTstep-like widgets based on the Athena Widget set -USE_X11BASE= # defined -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +USE_X11BASE= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes DOCDIR= ${PREFIX}/share/doc/${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} |