pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libdiscid configure says: only for MinGW, Cygwin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28a6088c064e
branches:  trunk
changeset: 522023:28a6088c064e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 30 18:57:29 2006 +0000

description:
configure says: only for MinGW, Cygwin, Darwin and Linux. We don't
support the former two, so list only Darwin and Linux.

diffstat:

 audio/libdiscid/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 150c5dc8711b -r 28a6088c064e audio/libdiscid/Makefile
--- a/audio/libdiscid/Makefile  Thu Nov 30 18:51:31 2006 +0000
+++ b/audio/libdiscid/Makefile  Thu Nov 30 18:57:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/10/13 02:31:56 epg Exp $
+# $NetBSD: Makefile,v 1.2 2006/11/30 18:57:29 joerg Exp $
 
 DISTNAME=      libdiscid-0.1.0
 CATEGORIES=    audio
@@ -8,6 +8,8 @@
 HOMEPAGE=      http://musicbrainz.org/doc/libdiscid
 COMMENT=       Library for creating MusicBrainz DiscIDs
 
+ONLY_FOR_PLATFORM=     Darwin-*-* Linux-*-*
+
 # XXX We don't yet have libmusicbrainz, so this could be wrong; it
 # might end up packaged as libmusicbrainz3, for example.
 CONFLICTS=     libmusicbrainz>=3.0



Home | Main Index | Thread Index | Old Index