summaryrefslogtreecommitdiff
path: root/textproc/gspell
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-11-27 14:40:25 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-11-27 14:40:25 +0000
commit215c071f749f328a929a4b53275a2e36db65f10d (patch)
tree83c0d5b51327a6ded7da0a65b0ad325f3634ccd3 /textproc/gspell
parent42e358c5eef845b1f7cb2258dec7d7ed81a5262f (diff)
downloadpkgsrc-215c071f749f328a929a4b53275a2e36db65f10d.tar.gz
Port gspell to enchant2, bump revision.
Diffstat (limited to 'textproc/gspell')
-rw-r--r--textproc/gspell/Makefile6
-rw-r--r--textproc/gspell/buildlink3.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile
index 475f7947c85..c171467cd74 100644
--- a/textproc/gspell/Makefile
+++ b/textproc/gspell/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2018/11/14 22:22:31 kleink Exp $
+# $NetBSD: Makefile,v 1.18 2018/11/27 14:40:25 bsiegert Exp $
DISTNAME= gspell-1.4.2
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -21,7 +21,7 @@ PKGCONFIG_OVERRIDE+= gspell.pc.in
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/vala/buildlink3.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
.include "../../textproc/iso-codes/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
diff --git a/textproc/gspell/buildlink3.mk b/textproc/gspell/buildlink3.mk
index ce09d486a05..90e13a3c5e2 100644
--- a/textproc/gspell/buildlink3.mk
+++ b/textproc/gspell/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2018/11/14 22:22:31 kleink Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2018/11/27 14:40:25 bsiegert Exp $
BUILDLINK_TREE+= gspell
@@ -6,11 +6,11 @@ BUILDLINK_TREE+= gspell
GSPELL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gspell+= gspell>=1.0.1
-BUILDLINK_ABI_DEPENDS.gspell?= gspell>=1.4.2nb8
+BUILDLINK_ABI_DEPENDS.gspell?= gspell>=1.4.2nb9
BUILDLINK_PKGSRCDIR.gspell?= ../../textproc/gspell
.include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/enchant/buildlink3.mk"
+.include "../../textproc/enchant2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.endif # GSPELL_BUILDLINK3_MK