From 40be2e69e62c706e3204281d725c4d211c4b1fc2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 24 Apr 2004 23:04:28 +0000 Subject: bl3 packages should only include bl3 files. --- audio/libsndfile/Makefile | 4 ++-- audio/mpg123-esound/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'audio') diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 0623101fe55..121a0a4c8be 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/11 20:49:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/24 23:04:28 wiz Exp $ # DISTNAME= libsndfile-1.0.9 @@ -20,7 +20,7 @@ GCC_REQD+= 3.1 .include "../../mk/bsd.prefs.mk" .if defined(USE_OSS) -. include "../../mk/ossaudio.buildlink2.mk" +. include "../../mk/ossaudio.buildlink3.mk" OSS_DEFS= -DDEV_DSP=\\\"${DEVOSSAUDIO}\\\" -DUSE_OSS=1 MAKE_ENV+= AM_CFLAGS="${OSS_DEFS}" .endif diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index c863d69e3d3..bce46c17e04 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/10 09:32:47 tron Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/24 23:05:40 wiz Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} PKGREVISION= 1 @@ -12,5 +12,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mpg123 ${PREFIX}/bin/mpg123-esound ${INSTALL_MAN} ${WRKSRC}/mpg123.1 ${PREFIX}/man/man1/mpg123-esound.1 -.include "../../audio/esound/buildlink2.mk" +.include "../../audio/esound/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3