summaryrefslogtreecommitdiff
path: root/audio/libao
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-05-03 14:50:28 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-05-03 14:50:28 +0000
commitd64123d4f9edc20e300ea3ec99954b86a520d309 (patch)
tree3fb87e4b70ac365796722fbee89e859a09018311 /audio/libao
parentac2a744c20535f646a7bc0db8542fe455a84364b (diff)
downloadpkgsrc-d64123d4f9edc20e300ea3ec99954b86a520d309.tar.gz
Do not install the sun plugin on DragonFlyBSD, patch from
Joerg Sonnenberger in PR pkg/30120.
Diffstat (limited to 'audio/libao')
-rw-r--r--audio/libao/Makefile.common4
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"