summaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2013-07-15 19:55:31 +0000
committerchristos <christos@pkgsrc.org>2013-07-15 19:55:31 +0000
commit775f87f5c6fbb58c6e0784cd29d402b9d3edd2c0 (patch)
tree6297466744dccc495cc7a3d70541d734918470a3 /audio/nas
parentcc5f2b8d240655cab9254bd0f3fba2fb80f1ad57 (diff)
downloadpkgsrc-775f87f5c6fbb58c6e0784cd29d402b9d3edd2c0.tar.gz
remove gmake from TOOLS. NAS uses imake and imake forces the use of
/usr/bin/make in all Makefiles. Fixes PR/47933. gmake saw $MAKELEVEL being set, and passed -w to recursive makes (so directory enter and exit events are printed). Imake forces our make to be used, and our make does not understand -w (yet)
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index 55fa48d6b38..6bec552bc7c 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2013/07/07 05:45:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.93 2013/07/15 19:55:31 christos Exp $
DISTNAME= nas-1.9.3.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -18,7 +18,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+= gmake yacc lex makedepend
+USE_TOOLS+= yacc lex makedepend
USE_IMAKE= yes
PKG_SYSCONFSUBDIR= nas