diff options
author | rodent <rodent@pkgsrc.org> | 2013-06-03 11:17:15 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-06-03 11:17:15 +0000 |
commit | 1c15cd61a438452960828a432f308db94d74bcd3 (patch) | |
tree | 4207f9bf5c806810588ee4c9053a40fd87a93d58 /textproc | |
parent | 346dcbfccf30de9a492f3724d3736ea9c31fdbe7 (diff) | |
download | pkgsrc-1c15cd61a438452960828a432f308db94d74bcd3.tar.gz |
Set as BROKEN on Linux due to non-ASCII PLIST and thus problem with
libarchive on glibc systems.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell-is/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/aspell-is/Makefile b/textproc/aspell-is/Makefile index 9d20cb2f03f..3c76d7cbfb3 100644 --- a/textproc/aspell-is/Makefile +++ b/textproc/aspell-is/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 12:30:42 rodent Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/03 11:17:15 rodent Exp $ # DISTNAME= aspell-is-0.51.1-0 @@ -15,5 +15,10 @@ LICENSE= gnu-gpl-v2 HAS_CONFIGURE= yes USE_LANGUAGES= # none +.include "../../mk/bsd.prefs.mk" +.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux" +BROKEN= Non-ASCII PLIST and thus problem with libarchive on glibc systems. +.endif + .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |