From 72b9cd8695a481455312c96d17daec45547544b0 Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 2 Nov 2005 15:20:51 +0000 Subject: DragonFly has OSS as well. --- audio/xmms/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms') 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 -- cgit v1.2.3