diff options
author | veego <veego> | 2001-01-21 17:51:10 +0000 |
---|---|---|
committer | veego <veego> | 2001-01-21 17:51:10 +0000 |
commit | 00ab4f6a042d4d0a4f4ab0e4463284d922af8676 (patch) | |
tree | a58b70e610db452e11c4896049f9a46174520aaa /audio/aumix/Makefile | |
parent | 50de5928341967c56fe5851bfc32c9b8ae6b8260 (diff) | |
download | pkgsrc-00ab4f6a042d4d0a4f4ab0e4463284d922af8676.tar.gz |
Change the first bsd.pkg.mk to bsd.prefs.mk.
Having two includes of bsd.pkg.mk in one Makefile is a bad idea.
Diffstat (limited to 'audio/aumix/Makefile')
-rw-r--r-- | audio/aumix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index b94865e299e..cff83edd099 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/08 14:35:13 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/21 17:51:10 veego Exp $ DISTNAME= aumix-2.7 CATEGORIES= audio @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-own-labels -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if ${NEED_NCURSES} == "YES" CFLAGS+= -I${WRKSRC}/src -I${LOCALBASE}/include |