pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/nas don't make assumptions about systems, just u...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f616bad5ec0
branches: trunk
changeset: 461376:3f616bad5ec0
user: grant <grant%pkgsrc.org@localhost>
date: Mon Sep 15 08:46:25 2003 +0000
description:
don't make assumptions about systems, just use GNU make everywhere.
diffstat:
audio/nas/Makefile | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 468d4a47a82d -r 3f616bad5ec0 audio/nas/Makefile
--- a/audio/nas/Makefile Mon Sep 15 08:29:51 2003 +0000
+++ b/audio/nas/Makefile Mon Sep 15 08:46:25 2003 +0000
@@ -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_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; \
Home |
Main Index |
Thread Index |
Old Index