diff options
author | ben <ben@pkgsrc.org> | 2006-08-28 05:26:28 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2006-08-28 05:26:28 +0000 |
commit | 1933ee1f886ab2bccba7f8f1206ff544243469df (patch) | |
tree | 2312750532fa85ce79f209d7b9ec18e0e563b260 /audio | |
parent | 11ee7cdad64a7cfd1f52cd3eb1e9659568cbb3dc (diff) | |
download | pkgsrc-1933ee1f886ab2bccba7f8f1206ff544243469df.tar.gz |
Minor cleanup, mark this package as only for Darwin.
Diffstat (limited to 'audio')
-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" |