summaryrefslogtreecommitdiff
path: root/audio/nas
diff options
context:
space:
mode:
authorgrant <grant>2003-09-15 08:46:25 +0000
committergrant <grant>2003-09-15 08:46:25 +0000
commite3d9572557bb2ce6d33bd1e7c9d8ee9c5099cc41 (patch)
treed11d3ddb0d3987716976d74faa90a9dddcd43673 /audio/nas
parent3427762099c6cdfa9700381db217ae065873602a (diff)
downloadpkgsrc-e3d9572557bb2ce6d33bd1e7c9d8ee9c5099cc41.tar.gz
don't make assumptions about systems, just use GNU make everywhere.
Diffstat (limited to 'audio/nas')
-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; \