summaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorchristos <christos>2013-07-15 19:55:31 +0000
committerchristos <christos>2013-07-15 19:55:31 +0000
commit38392271b659990647e3c3f9059447c9e84f2505 (patch)
tree6297466744dccc495cc7a3d70541d734918470a3 /audio/nas
parentbd89014b2a8e9f21bc83d0598b30c1fa58850c41 (diff)
downloadpkgsrc-38392271b659990647e3c3f9059447c9e84f2505.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