summaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorminskim <minskim>2005-09-11 16:29:58 +0000
committerminskim <minskim>2005-09-11 16:29:58 +0000
commit65f996caa2f1b462947196b928b2325c15d79464 (patch)
tree0693f26425be33dc1dabfe09dc0a07a2e41c8709 /textproc/aspell
parent7670d4d0fc7ee830561061c5572f20d66d69a742 (diff)
downloadpkgsrc-65f996caa2f1b462947196b928b2325c15d79464.tar.gz
Make sure that filters are built statically until dlopen() detection
in configure is fixed. The problem was reported to the author by wiz@. This makes installed files match with PLIST on platforms with libdl. Bump PKGREVISION. Approved by wiz@.
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 30735972a7e..d8ece801c11 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2005/07/15 20:14:03 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/09/11 16:29:58 minskim Exp $
#
DISTNAME= aspell-0.60.3
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/}
@@ -25,6 +26,10 @@ CONFIGURE_ARGS+= --enable-curses=ncurses
CONFIGURE_ARGS+= --enable-pkgdatadir=${PREFIX}/share/aspell
CONFIGURE_ARGS+= --enable-dict-dir=${PREFIX}/lib/aspell
+# configure fails to detect dlopen() on NetBSD. Disable dynamic
+# loading of filters until it is fixed.
+CONFIGURE_ARGS+= --enable-compile-in-filters
+
REPLACE_PERL= scripts/aspell-import
SUBST_CLASSES+= bash