diff options
author | jmmv <jmmv> | 2005-10-08 12:30:38 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-10-08 12:30:38 +0000 |
commit | fe1c7a01a679227539c5807deaed3186a88c48d3 (patch) | |
tree | 45014122b9ea9db6b32e37f780f84a0285df819e /audio/libao-macosx | |
parent | 29775397c3477a97bcf43ba0d3c262b40e7e09e8 (diff) | |
download | pkgsrc-fe1c7a01a679227539c5807deaed3186a88c48d3.tar.gz |
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.
Diffstat (limited to 'audio/libao-macosx')
-rw-r--r-- | audio/libao-macosx/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |