summaryrefslogtreecommitdiff
path: root/x11/neXtaw
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /x11/neXtaw
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.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/Makefile8
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}