diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-05 07:14:38 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-05 07:14:38 +0000 |
commit | 6572a0a0bf7dec37f8c2dbdf9bde382b2a2dfff3 (patch) | |
tree | 33c326f9ac5ff6a0d24cb690b784f121fa7bb602 /audio | |
parent | 404f9f6d0f0d91e114b33ad531c56a910eb03f64 (diff) | |
download | pkgsrc-6572a0a0bf7dec37f8c2dbdf9bde382b2a2dfff3.tar.gz |
Don't even try to build this on platforms it doesn't build on.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/akode-plugins-sun/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/akode-plugins-sun/Makefile b/audio/akode-plugins-sun/Makefile index e245c09dc04..949d69ceafa 100644 --- a/audio/akode-plugins-sun/Makefile +++ b/audio/akode-plugins-sun/Makefile @@ -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 @@ PKGNAME= akode-plugins-sun-${AKODE_VERSION} MAINTAINER= hasso@NetBSD.org 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 |