pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/i386-netbsdpe Replaced USE_GMAKE=yes with USE_TO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f4529c1e847
branches:  trunk
changeset: 501609:6f4529c1e847
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 19:29:57 2005 +0000

description:
Replaced USE_GMAKE=yes with USE_TOOLS+=gmake.

diffstat:

 cross/i386-netbsdpe/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea4cab62e7a6 -r 6f4529c1e847 cross/i386-netbsdpe/Makefile
--- a/cross/i386-netbsdpe/Makefile      Mon Oct 24 18:28:42 2005 +0000
+++ b/cross/i386-netbsdpe/Makefile      Mon Oct 24 19:29:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/01/27 04:15:10 kent Exp $
+# $NetBSD: Makefile,v 1.17 2005/10/24 19:29:57 rillig Exp $
 
 DISTVERSION=           3.3.3
 MAINTAINER=            peace-sacrifice%hauN.org@localhost
@@ -32,7 +32,7 @@
 GCC_INTVERSION=                3.3.3
 MASTER_SITES+=         ${MASTER_SITE_GNU:=gcc/releases/gcc-3.3.3/}
 DISTFILES+=            ${GCC_DISTNAME}.tar.gz
-USE_GMAKE=             yes
+USE_TOOLS+=            gmake
 USE_MAKEINFO=          YES
 GCC_LANGUAGES=         c,c++
 CONFIGURE_ENV=         ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \



Home | Main Index | Thread Index | Old Index