diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-08 12:30:38 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-08 12:30:38 +0000 |
commit | e0e78ff7d00af97ddfc50fae1702dd1b779b0e85 (patch) | |
tree | 45014122b9ea9db6b32e37f780f84a0285df819e /audio/libao-sun | |
parent | 53843ea2d033a0598ca2982e8fb1a92b1868cd9e (diff) | |
download | pkgsrc-e0e78ff7d00af97ddfc50fae1702dd1b779b0e85.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-sun')
-rw-r--r-- | audio/libao-sun/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index 9311882c880..b2231beeacf 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/24 15:57:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2005/10/08 12:30:38 jmmv Exp $ .include "../libao/Makefile.common" @@ -14,5 +14,7 @@ INSTALL_DIRS= ${WRKSRC}/src/plugins/sun BUILDLINK_DEPENDS.libao+= libao>=0.8.6nb1 +_LIBAO_BUILDING_PLUGIN= yes + .include "../../audio/libao/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |