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 | 87704fe595983a663d0336b3f9d5f2614d867a00 (patch) | |
tree | 14b2d5fa0d80569d60c439b00d6e1caea0970ffc /meta-pkgs | |
parent | 17dffae007811be4cfed6df53bb8e1d20be66d24 (diff) | |
download | pkgsrc-87704fe595983a663d0336b3f9d5f2614d867a00.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" |