summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-11-22 15:06:09 +0000
committernia <nia@pkgsrc.org>2018-11-22 15:06:09 +0000
commit091fa1567b50697b1d0a4374be71e2ace5d54487 (patch)
treed7bb2a988da6754eefcde0765e9485e0f48b7aff /textproc
parentdd2fc5f3fe0053acc11972970f56e23e352be9ee (diff)
downloadpkgsrc-091fa1567b50697b1d0a4374be71e2ace5d54487.tar.gz
textproc/enchant2: Avoid detecting unsupported system dictionaries which
can cause conflicts with the PLIST, same as textproc/exchant.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/enchant2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/enchant2/Makefile b/textproc/enchant2/Makefile
index 5a3b09d39e1..2c374ae22d6 100644
--- a/textproc/enchant2/Makefile
+++ b/textproc/enchant2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/11/16 13:02:46 bsiegert Exp $
+# $NetBSD: Makefile,v 1.4 2018/11/22 15:06:09 nia Exp $
#
DISTNAME= enchant-2.2.3
@@ -25,6 +25,12 @@ INSTALLATION_DIRS+= share/examples
MAKE_DIRS+= ${PREFIX}/share/enchant
CONF_FILES= ${PREFIX}/share/examples/enchant.ordering ${PREFIX}/share/enchant/enchant.ordering
+# unsupported in pkgsrc - other dictionaries can be used instead
+# avoid PLIST problems
+CONFIGURE_ARGS+= --without-hspell
+CONFIGURE_ARGS+= --without-uspell
+CONFIGURE_ARGS+= --without-voikko
+
# XXX: needs unittest-cpp as a test dependency
#TEST_TARGET= check