summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-22 21:49:24 +0000
committerrillig <rillig>2005-05-22 21:49:24 +0000
commit04f8943e557f39724aa6759d5fe99446218dd56e (patch)
tree14b2d5fa0d80569d60c439b00d6e1caea0970ffc /meta-pkgs
parenta414a6bb8e2706be5cf4460bddfd7e0c61cf0711 (diff)
downloadpkgsrc-04f8943e557f39724aa6759d5fe99446218dd56e.tar.gz
Replaced #defined with "yes" to make pkglint happy.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xfce4/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common
index 3c426d416aa..48f3570bc80 100644
--- a/meta-pkgs/xfce4/Makefile.common
+++ b/meta-pkgs/xfce4/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2005/05/22 20:08:14 jlam Exp $
+# $NetBSD: Makefile.common,v 1.22 2005/05/22 21:49:24 rillig Exp $
MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.2/src/ \
http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.2/src/ \
@@ -11,10 +11,10 @@ XFCE4_VERSION= 4.2.2
# Do NOT put a PKGREVISION statement in this file!
-USE_X11= # defined
-USE_PKGLOCALEDIR= # defined
-USE_LIBTOOL= # defined
-GNU_CONFIGURE= # defined
+USE_X11= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
USE_TOOLS+= gmake
.if ${MACHINE_ARCH} == "alpha"