pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mpd Like lang/sr (this comes from the same group/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41b886a52c37
branches:  trunk
changeset: 597277:41b886a52c37
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Dec 18 19:12:28 2011 +0000

description:
Like lang/sr (this comes from the same group/project) there is no support
for x86_64.

diffstat:

 lang/mpd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 341e23da6649 -r 41b886a52c37 lang/mpd/Makefile
--- a/lang/mpd/Makefile Sun Dec 18 18:19:23 2011 +0000
+++ b/lang/mpd/Makefile Sun Dec 18 19:12:28 2011 +0000
@@ -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 @@
 CONFLICTS+=            musicpd-[0-9]*
 
 ONLY_FOR_PLATFORM=     NetBSD-[2-9]*-*
+NOT_FOR_PLATFORM=      *-*-x86_64  # as per lang/sr
 
 
 TEST_TARGET=           verify



Home | Main Index | Thread Index | Old Index