diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-22 19:32:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-22 19:32:18 +0000 |
commit | 42c50e21643d4f1e001949aee50a5ed7256234b7 (patch) | |
tree | f7c4fbf278ce369e28afdb8ae2d327cbed86883b /textproc/enchant/Makefile | |
parent | f74f663cbecd5c0332831ffbdb0684348a89d6bb (diff) | |
download | pkgsrc-42c50e21643d4f1e001949aee50a5ed7256234b7.tar.gz |
Update to 1.4.1:
Included hunspell upgraded to 1.2.2, pkgsrc patches integrated.
Diffstat (limited to 'textproc/enchant/Makefile')
-rw-r--r-- | textproc/enchant/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/enchant/Makefile b/textproc/enchant/Makefile index 1773f7e0fc7..a6dbcf23e09 100644 --- a/textproc/enchant/Makefile +++ b/textproc/enchant/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2008/04/17 21:07:18 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2008/04/22 19:32:18 wiz Exp $ # -DISTNAME= enchant-1.4.0 -PKGREVISION= 2 +DISTNAME= enchant-1.4.1 CATEGORIES= textproc -MASTER_SITES= http://www.abisource.com/downloads/enchant/1.4.0/ +MASTER_SITES= http://www.abisource.com/downloads/enchant/1.4.1/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.abisource.com/projects/enchant/ @@ -22,9 +21,6 @@ CFLAGS.SunOS+= -D__EXTENSIONS__ CONFIGURE_ARGS+= --with-myspell-dir=${BUILDLINK_PREFIX.hunspell}/share/hunspell -pre-configure: - cd ${WRKSRC} && autoconf - .include "options.mk" .include "../../devel/glib2/buildlink3.mk" |