summaryrefslogtreecommitdiff
path: root/textproc/hunspell
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-21 18:40:42 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-21 18:40:42 +0000
commit00c4ce12d9a34ad1dc47ab74ef3b44fe87ed5fa4 (patch)
tree9943102211062bf9c105b9705ddff25fb853143f /textproc/hunspell
parent062faf54f83a1143990d697041639e51ab46eb14 (diff)
downloadpkgsrc-00c4ce12d9a34ad1dc47ab74ef3b44fe87ed5fa4.tar.gz
Explicitly include iconv dependency as the package would like to use it.
Bump revision.
Diffstat (limited to 'textproc/hunspell')
-rw-r--r--textproc/hunspell/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile
index 5013a38fd82..b7128df872f 100644
--- a/textproc/hunspell/Makefile
+++ b/textproc/hunspell/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2007/09/11 18:05:57 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2007/09/21 18:40:42 joerg Exp $
#
DISTNAME= hunspell-1.1.12-2
PKGNAME= ${DISTNAME:C/-([0-9]+)$/.\1/}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/}
@@ -31,5 +32,6 @@ SUBST_SED.paths+= -e 's,/usr/share/myspell/,${PREFIX}/share/hunspell/,g'
.include "options.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"