pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/akode-plugins-sun Don't even try to build this o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7849bfafd8ca
branches:  trunk
changeset: 555551:7849bfafd8ca
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Mar 05 07:14:38 2009 +0000

description:
Don't even try to build this on platforms it doesn't build on.

diffstat:

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

diffs (18 lines):

diff -r bb50340d3169 -r 7849bfafd8ca audio/akode-plugins-sun/Makefile
--- a/audio/akode-plugins-sun/Makefile  Thu Mar 05 07:13:01 2009 +0000
+++ b/audio/akode-plugins-sun/Makefile  Thu Mar 05 07:14:38 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/26 18:11:42 hasso Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/05 07:14:38 hasso Exp $
 #
 
 PKGNAME=               akode-plugins-sun-${AKODE_VERSION}
@@ -6,6 +6,8 @@
 MAINTAINER=            hasso%NetBSD.org@localhost
 COMMENT=               Sun audio output plugin for akode framework
 
+ONLY_FOR_PLATFORM+=    NetBSD-*-* OpenBSD-*-* SunOS-*-*
+
 .include "../../audio/akode/Makefile.common"
 
 DISTINFO_FILE=         ${.CURDIR}/../../audio/akode/distinfo



Home | Main Index | Thread Index | Old Index