summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-15 08:46:25 +0000
committergrant <grant@pkgsrc.org>2003-09-15 08:46:25 +0000
commit569d4e5d309333c2fd1da02bd08a5404c30503f2 (patch)
treed11d3ddb0d3987716976d74faa90a9dddcd43673 /audio
parentf0d05394e27874265d5a9e0f912c97222c576b17 (diff)
downloadpkgsrc-569d4e5d309333c2fd1da02bd08a5404c30503f2.tar.gz
don't make assumptions about systems, just use GNU make everywhere.
Diffstat (limited to 'audio')
-rw-r--r--audio/nas/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile
index e3a584c03b6..ea700791c45 100644
--- a/audio/nas/Makefile
+++ b/audio/nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/09/15 08:08:04 martti Exp $
+# $NetBSD: Makefile,v 1.31 2003/09/15 08:46:25 grant Exp $
DISTNAME= nas-1.6.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -19,17 +19,12 @@ USE_PKGINSTALL= yes
USE_IMAKE= yes
USE_X11BASE= yes
+USE_GNU_TOOLS+= make
+
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; \