summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-24 19:29:57 +0000
committerrillig <rillig>2005-10-24 19:29:57 +0000
commitbab14f6d8af8e16eb45f5cbf5b01cb3f1cedc90a (patch)
tree6485d3bbbf5f8f8c1c9d977c0f07efb998ca5e8b /cross/i386-netbsdpe
parentfe0d7727c114f3e32a0e7077a9171a7f250a791a (diff)
downloadpkgsrc-bab14f6d8af8e16eb45f5cbf5b01cb3f1cedc90a.tar.gz
Replaced USE_GMAKE=yes with USE_TOOLS+=gmake.
Diffstat (limited to 'cross/i386-netbsdpe')
-rw-r--r--cross/i386-netbsdpe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile
index 40ac2cabd47..f141801bda9 100644
--- a/cross/i386-netbsdpe/Makefile
+++ b/cross/i386-netbsdpe/Makefile
@@ -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
@@ -32,7 +32,7 @@ GCC_DISTNAME= gcc-3.3.3
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}" \