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 | d3576302fcf3f23343102ecb36d03f33b76ecb82 (patch) | |
tree | 4207f9bf5c806810588ee4c9053a40fd87a93d58 | |
parent | 346c9298d37cd0c8ef844e058ed3f5953b01fd83 (diff) | |
download | pkgsrc-d3576302fcf3f23343102ecb36d03f33b76ecb82.tar.gz |
Set as BROKEN on Linux due to non-ASCII PLIST and thus problem with
libarchive on glibc systems.
-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" |