summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-21 18:40:42 +0000
committerjoerg <joerg>2007-09-21 18:40:42 +0000
commit73618887a72e4f52c3332f3acdd1cd657dbd1739 (patch)
tree9943102211062bf9c105b9705ddff25fb853143f
parentb0c996e9f3a2acd4567f56f82c2d02240c268eb6 (diff)
downloadpkgsrc-73618887a72e4f52c3332f3acdd1cd657dbd1739.tar.gz
Explicitly include iconv dependency as the package would like to use it.
Bump revision.
-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"