diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-02 15:20:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-02 15:20:51 +0000 |
commit | 72b9cd8695a481455312c96d17daec45547544b0 (patch) | |
tree | 9a1aa1eab33a05122d7eeb08703fb82aa3d19258 /audio/xmms | |
parent | e62cdb4885d747a78e21435e9bfd6929799d04cf (diff) | |
download | pkgsrc-72b9cd8695a481455312c96d17daec45547544b0.tar.gz |
DragonFly has OSS as well.
Diffstat (limited to 'audio/xmms')
-rw-r--r-- | audio/xmms/Makefile.common | 4 |
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 |