summaryrefslogtreecommitdiff
path: root/devel/gnustep-make
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 08:24:28 +0000
committergrant <grant@pkgsrc.org>2004-01-22 08:24:28 +0000
commitf49bdea710428ecd01cdf0284c9c4641ef50dddf (patch)
treef1f50ca186e44e49e56afd63f7fa07c9e67021ba /devel/gnustep-make
parentc303fd8f0275cd7a1b8b10da1a6e766395cc085f (diff)
downloadpkgsrc-f49bdea710428ecd01cdf0284c9c4641ef50dddf.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 087e6226037..0f08aa49e3e 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/12/08 15:31:40 adam Exp $
+# $NetBSD: Makefile,v 1.12 2004/01/22 08:24:29 grant Exp $
#
DISTNAME= gnustep-make-1.8.0
@@ -9,7 +9,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnustep.org/
COMMENT= GNUstep makefile package
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
USE_X11= YES
MAKEFILE= GNUmakefile
GNU_CONFIGURE= YES