diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-29 19:56:47 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-29 19:56:47 +0000 |
commit | 942e2fe1661648bbb756c483198ed076ae3d2028 (patch) | |
tree | 11545edb6de700cbcd7604511fa6ba561042adcb /textproc | |
parent | 1ba236a40c3f053da6f414bd29fd7afceca19343 (diff) | |
download | pkgsrc-942e2fe1661648bbb756c483198ed076ae3d2028.tar.gz |
explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-subtitles/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gnome-subtitles/Makefile b/textproc/gnome-subtitles/Makefile index adff47e0588..20d3674584e 100644 --- a/textproc/gnome-subtitles/Makefile +++ b/textproc/gnome-subtitles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/06/14 07:43:49 sbd Exp $ +# $NetBSD: Makefile,v 1.24 2012/08/29 19:56:47 drochner Exp $ DISTNAME= gnome-subtitles-1.1 PKGREVISION= 10 @@ -29,6 +29,7 @@ DEPENDS+= gtkspell>=2.0:../../textproc/gtkspell .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../mk/omf-scrollkeeper.mk" # for gconf-sharp .include "../../x11/gnome-sharp/buildlink3.mk" .include "../../x11/gtk-sharp/buildlink3.mk" |