summaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authormartti <martti>2003-09-15 08:08:04 +0000
committermartti <martti>2003-09-15 08:08:04 +0000
commite11938c074be711f6084dc6536d916899424fa00 (patch)
treea3ca1563429905d971a8648002caacb65efb79fc /audio/nas
parent376d27c69aeac3d8918c1e60410e27077f683f3f (diff)
downloadpkgsrc-e11938c074be711f6084dc6536d916899424fa00.tar.gz
Use GNU make on Linux
Diffstat (limited to 'audio/nas')
-rw-r--r--audio/nas/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index e4f4dd7eed4..e3a584c03b6 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2003/07/29 12:59:08 wulf Exp $
+# $NetBSD: Makefile,v 1.30 2003/09/15 08:08:04 martti Exp $
DISTNAME= nas-1.6.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -23,6 +23,13 @@ PKG_SYSCONFSUBDIR= nas
REPLACE_PERL= clients/audio/auscope/auscope
+.include "../../mk/bsd.prefs.mk"
+
+# We must use GNU make on Linux
+.if ${OPSYS} == "Linux"
+USE_GNU_TOOLS+= make
+.endif
+
pre-configure:
cd ${WRKSRC}; for file in \
config/NetAudio.def; \