diff options
author | joerg <joerg> | 2007-09-21 18:40:42 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-09-21 18:40:42 +0000 |
commit | f6be7d77e0712a35130c12ff5e6d274b87b83cf4 (patch) | |
tree | 9943102211062bf9c105b9705ddff25fb853143f /textproc | |
parent | fc7a1400c0a590588e1b0e702595ac1bc90492a3 (diff) | |
download | pkgsrc-f6be7d77e0712a35130c12ff5e6d274b87b83cf4.tar.gz |
Explicitly include iconv dependency as the package would like to use it.
Bump revision.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 4 |
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" |