diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2015-03-15 22:26:26 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2015-03-15 22:26:26 +0000 |
commit | ac93142cc7ac6b42b5259e67dfe32f5fa11e46b4 (patch) | |
tree | 463671cf1ab0d1785c600226df54d38579e55529 /comms/asterisk10 | |
parent | 93a226e222d5b1477fa9063286b71646f4900008 (diff) | |
download | pkgsrc-ac93142cc7ac6b42b5259e67dfe32f5fa11e46b4.tar.gz |
NOT_FOR_PLATFORM->BROKEN_ON_PLATFORM as requested by dholland@
Diffstat (limited to 'comms/asterisk10')
-rw-r--r-- | comms/asterisk10/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk10/Makefile b/comms/asterisk10/Makefile index 9a4df7d6465..7636c085307 100644 --- a/comms/asterisk10/Makefile +++ b/comms/asterisk10/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/01/29 21:52:28 jnemeth Exp $ +# $NetBSD: Makefile,v 1.63 2015/03/15 22:26:26 jnemeth Exp $ # # NOTE: when updating this package, there are two places that sound # tarballs need to be checked @@ -19,7 +19,7 @@ COMMENT= The Asterisk Software PBX LICENSE= gnu-gpl-v2 # known to have issues on i386, block the package until the bug is fixed -NOT_FOR_PLATFORM= NetBSD-*-i386 +BROKEN_ON_PLATFORM= NetBSD-*-i386 CONFLICTS+= asterisk-sounds-extra-[0-9]* |