diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-22 21:49:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-22 21:49:24 +0000 |
commit | 8ec6a13c4397e691d94b0d43b0daea3260fe1181 (patch) | |
tree | 14b2d5fa0d80569d60c439b00d6e1caea0970ffc /meta-pkgs | |
parent | 93273384e4ea07874458b63782fcf2019b3a64ad (diff) | |
download | pkgsrc-8ec6a13c4397e691d94b0d43b0daea3260fe1181.tar.gz |
Replaced #defined with "yes" to make pkglint happy.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 10 |
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" |