diff options
author | grant <grant@pkgsrc.org> | 2003-09-15 08:46:25 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-15 08:46:25 +0000 |
commit | b01c05eadb050b3ad6fa98ea8614e8dc7f660fbe (patch) | |
tree | d11d3ddb0d3987716976d74faa90a9dddcd43673 | |
parent | 6b743a0453702cbbe017717b3c06a10c2b7685af (diff) | |
download | pkgsrc-b01c05eadb050b3ad6fa98ea8614e8dc7f660fbe.tar.gz |
don't make assumptions about systems, just use GNU make everywhere.
-rw-r--r-- | audio/nas/Makefile | 11 |
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; \ |