diff options
-rw-r--r-- | audio/xmms-osx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmms-osx/Makefile b/audio/xmms-osx/Makefile index da8c5e2db0f..c9bd5321ee1 100644 --- a/audio/xmms-osx/Makefile +++ b/audio/xmms-osx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/28 05:11:06 ben Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/28 05:26:28 ben Exp $ # DISTNAME= xmms_osx_plugin-1.0 @@ -14,11 +14,9 @@ LDFLAGS+= -lm GNU_CONFIGURE= yes USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static -USE_TOOLS+= pkg-config - -USE_LANGUAGES= c c++ PKG_INSTALLATION_TYPES= overwrite pkgviews +ONLY_FOR_PLATFORM= Darwin-*-* .include "../../audio/xmms/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" |