summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-16 16:25:35 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-16 16:25:35 +0000
commit86ac44851e3f75db8a6558bd9248c48158794fc4 (patch)
treeb9576c979f1667cbf7a46f1bae048d861e4cb2da /textproc
parent9fa35d5b1d1f4a18c33b5f2edc1321ff2f49f9ed (diff)
downloadpkgsrc-86ac44851e3f75db8a6558bd9248c48158794fc4.tar.gz
Depend on pango (used directly).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gtkspell/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile
index 144eb12357b..351b29c3dca 100644
--- a/textproc/gtkspell/Makefile
+++ b/textproc/gtkspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/12/24 04:32:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2005/03/16 16:25:35 jmmv Exp $
DISTNAME= gtkspell-2.0.8
PKGREVISION= 1
@@ -22,6 +22,7 @@ SUBST_STAGE.subdir= post-patch
SUBST_FILES.subdir= Makefile.in
SUBST_SED.subdir= -e 's|SUBDIRS = gtkspell examples docs|SUBDIRS = gtkspell|'
+.include "../../devel/pango/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"