summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-01 08:05:21 +0000
committerdholland <dholland@pkgsrc.org>2015-01-01 08:05:21 +0000
commitdac6a8ef70aa4e99a256dc360ad2f292a6b0e170 (patch)
tree4a1a3de5ad8ad7d68e5c6b39181bbacbb902cc3e /audio
parent7648b27fbc60a34c2c9b98faa9b9643ac3892d44 (diff)
downloadpkgsrc-dac6a8ef70aa4e99a256dc360ad2f292a6b0e170.tar.gz
Change ONLY_FOR_PLATFORM to BROKEN_EXCEPT_ON_PLATFORM - the reason for
the restriction is not documented and the CVS history indicates it was at least originally about build failures.
Diffstat (limited to 'audio')
-rw-r--r--audio/cdparanoia/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile
index d0ce8ee697d..f63c4b6e7fa 100644
--- a/audio/cdparanoia/Makefile
+++ b/audio/cdparanoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/10/09 14:05:55 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2015/01/01 08:05:21 dholland Exp $
#
DISTNAME= cdparanoia-III-10.2
@@ -13,7 +13,9 @@ HOMEPAGE= http://www.xiph.org/paranoia/
COMMENT= CDDA reading utility with extra data verification features
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
-ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* Linux-*-* DragonFly-*-* Darwin-*-* SunOS-*-*
+# If this is not *supportable* on other platforms, please document why here.
+BROKEN_EXCEPT_ON_PLATFORM= NetBSD-*-* FreeBSD-*-* DragonFly-*-*
+BROKEN_EXCEPT_ON_PLATFORM+= Linux-*-* Darwin-*-* SunOS-*-*
USE_TOOLS+= gmake
USE_LIBTOOL= YES