diff options
author | drochner <drochner> | 2012-08-29 19:56:47 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-08-29 19:56:47 +0000 |
commit | 6fb9eae2d555f9fa134d00f3114c083faebfec93 (patch) | |
tree | 11545edb6de700cbcd7604511fa6ba561042adcb /geography | |
parent | 6fc20f7f3a087b65876566910766e4b09de6de9d (diff) | |
download | pkgsrc-6fb9eae2d555f9fa134d00f3114c083faebfec93.tar.gz |
explicitly pull in omf-scrollkeeper, should fix build problems after
recent gnome-doc-utils update (reported by John Marino)
Diffstat (limited to 'geography')
-rw-r--r-- | geography/viking/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index cda293a07da..b6fb69536e9 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/04/24 01:19:58 gdt Exp $ +# $NetBSD: Makefile,v 1.36 2012/08/29 19:56:47 drochner Exp $ # DISTNAME= viking-1.3 @@ -32,6 +32,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../mk/omf-scrollkeeper.mk" .include "../../www/curl/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |