diff options
author | rodent <rodent> | 2013-06-03 11:16:16 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-06-03 11:16:16 +0000 |
commit | a7dc7a9a6e6208d9582bcdd72e189f11b575f52e (patch) | |
tree | 1842148f18f1d7d2f1c3d9cde6a5f6e32a1dfa44 /textproc | |
parent | 9318dd1b9a33e99d90dca0e2f601cf1e3069671f (diff) | |
download | pkgsrc-a7dc7a9a6e6208d9582bcdd72e189f11b575f52e.tar.gz |
Set as BROKEN on Linux due to non-ASCII PLIST and thus a problem with
libarchive on glibc systems.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell-csb/Makefile | 7 |
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" |