diff options
author | dholland <dholland> | 2011-12-18 19:12:28 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-12-18 19:12:28 +0000 |
commit | ba34deba591d91fa595350ccda56a05f46c2429a (patch) | |
tree | 8f50f9d000293a55673a5a1b8f978dde585d8312 /lang/mpd | |
parent | 1860f2e082748123a6b9fda05088a5872c9645bf (diff) | |
download | pkgsrc-ba34deba591d91fa595350ccda56a05f46c2429a.tar.gz |
Like lang/sr (this comes from the same group/project) there is no support
for x86_64.
Diffstat (limited to 'lang/mpd')
-rw-r--r-- | lang/mpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index e4f70ef716f..58771ad343a 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/03/03 13:31:53 is Exp $ +# $NetBSD: Makefile,v 1.16 2011/12/18 19:12:28 dholland Exp $ # DISTNAME= mpd.1.0.1 @@ -20,6 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= musicpd-[0-9]* ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* +NOT_FOR_PLATFORM= *-*-x86_64 # as per lang/sr TEST_TARGET= verify |