summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant>2004-01-25 02:37:49 +0000
committergrant <grant>2004-01-25 02:37:49 +0000
commit3ee8fd0bab3ab249fe6afaf73a40db32cb9b7a7b (patch)
tree8da55b26e18f7afa5e7652f88553af90a3293c7a /mk
parenta77faca501fd7688cb43a1315a9923449f6f1795 (diff)
downloadpkgsrc-3ee8fd0bab3ab249fe6afaf73a40db32cb9b7a7b.tar.gz
g/c USE_GMAKE. nothing uses it anymore.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d462a47d3ef..35c3070dcdb 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1355 2004/01/24 09:23:23 xtraeme Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1356 2004/01/25 02:37:49 grant Exp $
#
# This file is in the public domain.
#
@@ -224,15 +224,6 @@ PKG_FAIL_REASON+= "${PKGNAME} uses imake, but the buildlink-x11 package was foun
. endif
.endif # USE_IMAKE
-# XXX USE_GMAKE is redundant since USE_GNU_TOOLS+=make accomplishes the
-# XXX same thing but by using the more general tools.mk framework. This
-# XXX variable should eventually be reaped from pkgsrc.
-#
-.if defined(USE_GMAKE)
-USE_GNU_TOOLS+= make
-_USE_GMAKE= yes
-.endif
-
.if defined(USE_GNU_TOOLS) && !empty(USE_GNU_TOOLS:Mmake)
_USE_GMAKE= yes
.endif