summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-06-03 11:16:16 +0000
committerrodent <rodent@pkgsrc.org>2013-06-03 11:16:16 +0000
commit346c9298d37cd0c8ef844e058ed3f5953b01fd83 (patch)
tree1842148f18f1d7d2f1c3d9cde6a5f6e32a1dfa44
parentd8b121b5748dcc280495aa35ab84ac02e0f5b9bd (diff)
downloadpkgsrc-346c9298d37cd0c8ef844e058ed3f5953b01fd83.tar.gz
Set as BROKEN on Linux due to non-ASCII PLIST and thus a problem with
libarchive on glibc systems.
-rw-r--r--textproc/aspell-csb/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/aspell-csb/Makefile b/textproc/aspell-csb/Makefile
index 13b14bfbf2f..2422d5f611c 100644
--- a/textproc/aspell-csb/Makefile
+++ b/textproc/aspell-csb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/04/10 17:59:41 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/06/03 11:16:16 rodent Exp $
#
DISTNAME= aspell6-csb-0.02-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"