summaryrefslogtreecommitdiff
path: root/x11/gtk-engines
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /x11/gtk-engines
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'x11/gtk-engines')
-rw-r--r--x11/gtk-engines/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/gtk-engines/Makefile b/x11/gtk-engines/Makefile
index 5ceea51f132..e9b9e0db8ba 100644
--- a/x11/gtk-engines/Makefile
+++ b/x11/gtk-engines/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/04/11 21:48:08 tv Exp $
+# $NetBSD: Makefile,v 1.27 2005/09/28 20:52:27 rillig Exp $
DISTNAME= gtk-engines-0.12
PKGREVISION= 7
@@ -11,10 +11,10 @@ COMMENT= Theme engines for GTK+
CONFLICTS+= gtk2-engines-*
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
-USE_X11BASE= # defined
-USE_LIBTOOL= # defined
+USE_X11BASE= yes
+USE_LIBTOOL= yes
SHLIBTOOL_OVERRIDE= libtool
.include "../../x11/gtk/buildlink3.mk"