From de647b0ee4f9c275954720f378f1e71291a38951 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 8 Oct 2005 12:30:38 +0000 Subject: For packages using libao, add a default dependency on a plugin (either oss or sun), based on the current OS name. This is only used if no other libao plugin is installed, and is binary package friendly. Addresses PR pkg/30920 by Chuck Cranor. --- audio/libao-macosx/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/libao-macosx/Makefile') diff --git a/audio/libao-macosx/Makefile b/audio/libao-macosx/Makefile index fc9e875d4f9..83635b8f48c 100644 --- a/audio/libao-macosx/Makefile +++ b/audio/libao-macosx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2005/05/20 19:20:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/08 12:30:38 jmmv Exp $ .include "../libao/Makefile.common" @@ -14,5 +14,7 @@ INSTALL_DIRS= ${WRKSRC}/src/plugins/macosx BUILDLINK_DEPENDS.libao+= libao>=0.8.6nb1 +_LIBAO_BUILDING_PLUGIN= yes + .include "../../audio/libao/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3