diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-05-03 14:50:28 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-05-03 14:50:28 +0000 |
commit | d64123d4f9edc20e300ea3ec99954b86a520d309 (patch) | |
tree | 3fb87e4b70ac365796722fbee89e859a09018311 | |
parent | ac2a744c20535f646a7bc0db8542fe455a84364b (diff) | |
download | pkgsrc-d64123d4f9edc20e300ea3ec99954b86a520d309.tar.gz |
Do not install the sun plugin on DragonFlyBSD, patch from
Joerg Sonnenberger in PR pkg/30120.
-rw-r--r-- | audio/libao/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libao/Makefile.common b/audio/libao/Makefile.common index 972a832c3f2..66346d2fa8a 100644 --- a/audio/libao/Makefile.common +++ b/audio/libao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile.common,v 1.18 2005/05/03 14:50:28 xtraeme Exp $ DISTNAME= libao-0.8.6 CATEGORIES= audio devel @@ -19,7 +19,7 @@ PKGCONFIG_OVERRIDE+= ao.pc.in .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly" PLIST_SUBST+= LIBOSS="" PLIST_SUBST+= LIBSUN="@comment " .elif ${OPSYS} == "SunOS" |