diff options
author | ben <ben> | 2006-08-28 05:26:28 +0000 |
---|---|---|
committer | ben <ben> | 2006-08-28 05:26:28 +0000 |
commit | f91fb98bb5097a7f0fc4501067938e0ba0aab24f (patch) | |
tree | 2312750532fa85ce79f209d7b9ec18e0e563b260 | |
parent | c4caa6cd06007d55fe846d84670a8e3caf4ced1b (diff) | |
download | pkgsrc-f91fb98bb5097a7f0fc4501067938e0ba0aab24f.tar.gz |
Minor cleanup, mark this package as only for Darwin.
-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" |