summaryrefslogtreecommitdiff
path: root/textproc/gtkspell
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-16 16:25:35 +0000
committerjmmv <jmmv>2005-03-16 16:25:35 +0000
commitd256d06a4ce727e2c1570c138fa421f97e9e2a67 (patch)
treeb9576c979f1667cbf7a46f1bae048d861e4cb2da /textproc/gtkspell
parent804af09dda9891035da27a186c2ed9c038de446b (diff)
downloadpkgsrc-d256d06a4ce727e2c1570c138fa421f97e9e2a67.tar.gz
Depend on pango (used directly).
Diffstat (limited to 'textproc/gtkspell')
-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"