diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-03-16 16:25:35 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-03-16 16:25:35 +0000 |
commit | 14ba7acf8847876bceee8276cad7dd0192656110 (patch) | |
tree | b9576c979f1667cbf7a46f1bae048d861e4cb2da /textproc | |
parent | 846d07651d70b3f5a51970635144498be1c4a312 (diff) | |
download | pkgsrc-14ba7acf8847876bceee8276cad7dd0192656110.tar.gz |
Depend on pango (used directly).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 3 |
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" |