diff options
Diffstat (limited to 'textproc/enchant/Makefile')
-rw-r--r-- | textproc/enchant/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 5a9adf49a10..1773f7e0fc7 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2008/04/17 14:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2008/04/17 21:07:18 wiz Exp $ # DISTNAME= enchant-1.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/enchant/1.4.0/ @@ -20,6 +20,8 @@ PKGCONFIG_OVERRIDE+= enchant.pc.in GNU_CONFIGURE= yes CFLAGS.SunOS+= -D__EXTENSIONS__ +CONFIGURE_ARGS+= --with-myspell-dir=${BUILDLINK_PREFIX.hunspell}/share/hunspell + pre-configure: cd ${WRKSRC} && autoconf |