pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hunspell Explicitly include iconv dependency ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38ca88936eb2
branches:  trunk
changeset: 533591:38ca88936eb2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 21 18:40:42 2007 +0000

description:
Explicitly include iconv dependency as the package would like to use it.
Bump revision.

diffstat:

 textproc/hunspell/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 026fff96a191 -r 38ca88936eb2 textproc/hunspell/Makefile
--- a/textproc/hunspell/Makefile        Fri Sep 21 18:36:23 2007 +0000
+++ b/textproc/hunspell/Makefile        Fri Sep 21 18:40:42 2007 +0000
@@ -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 @@
 
 .include "options.mk"
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index