pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/xfce4 Replaced #defined with "yes" to make p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a66d82389a5
branches: trunk
changeset: 494296:6a66d82389a5
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun May 22 21:49:24 2005 +0000
description:
Replaced #defined with "yes" to make pkglint happy.
diffstat:
meta-pkgs/xfce4/Makefile.common | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r ed3f1652ee01 -r 6a66d82389a5 meta-pkgs/xfce4/Makefile.common
--- a/meta-pkgs/xfce4/Makefile.common Sun May 22 21:44:07 2005 +0000
+++ b/meta-pkgs/xfce4/Makefile.common Sun May 22 21:49:24 2005 +0000
@@ -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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index