pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/meta-pkgs/xfce4 s/USE_GMAKE/USE_GNU_TOOLS+=make/



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d7ea22047d2
branches:  trunk
changeset: 466791:0d7ea22047d2
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri Jan 23 12:11:48 2004 +0000

description:
s/USE_GMAKE/USE_GNU_TOOLS+=make/

diffstat:

 meta-pkgs/xfce4/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 5080e1893b7a -r 0d7ea22047d2 meta-pkgs/xfce4/Makefile.common
--- a/meta-pkgs/xfce4/Makefile.common   Fri Jan 23 12:03:44 2004 +0000
+++ b/meta-pkgs/xfce4/Makefile.common   Fri Jan 23 12:11:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/01/13 06:55:25 martti Exp $
+# $NetBSD: Makefile.common,v 1.7 2004/01/23 12:11:48 martti Exp $
 
 MASTER_SITES=          http://www.xfce.org/archive/xfce-4.0.3.1/src/ \
                        http://linux.imp.mx/xfce4/xfce_4.0.3.1/src/
@@ -15,8 +15,8 @@
 USE_LIBTOOL=           # defined
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
 
-USE_GMAKE=             # defined
 GNU_CONFIGURE=         # defined
+USE_GNU_TOOLS+=                make
 
 .if ${MACHINE_ARCH} == "alpha"
 GCC_REQD=              3.0



Home | Main Index | Thread Index | Old Index