summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-02 15:20:51 +0000
committerjoerg <joerg>2005-11-02 15:20:51 +0000
commit7cd9447796e3c0202d0fb1fd0d60ba2cf34deb0a (patch)
tree9a1aa1eab33a05122d7eeb08703fb82aa3d19258 /audio/xmms
parent07cd27c9729a2010f50bf5280f611d627ccc0d9a (diff)
downloadpkgsrc-7cd9447796e3c0202d0fb1fd0d60ba2cf34deb0a.tar.gz
DragonFly has OSS as well.
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/Makefile.common b/audio/xmms/Makefile.common
index 1e3b2bdc69e..9ed98740a18 100644
--- a/audio/xmms/Makefile.common
+++ b/audio/xmms/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2005/06/01 18:02:39 jlam Exp $
+# $NetBSD: Makefile.common,v 1.20 2005/11/02 15:20:51 joerg Exp $
#
DISTNAME= xmms-1.2.10
@@ -70,7 +70,7 @@ PLIST_SUBST+= LIBAUDIO=libOSS
# to build the OSS module. explicitly turn it off for all platforms
# except those which support OSS.
.if ${OPSYS} != "FreeBSD" && ${OPSYS} != "Linux" && ${OPSYS} != "NetBSD" && \
- ${OPSYS} != "OpenBSD"
+ ${OPSYS} != "OpenBSD" && ${OPSYS} != "DragonFly"
CONFIGURE_ARGS+= --disable-oss
.endif