diff options
author | gdt <gdt@pkgsrc.org> | 2015-08-31 00:16:38 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2015-08-31 00:16:38 +0000 |
commit | a0caebf1470b8be95354269fd2f7c75866ed5c88 (patch) | |
tree | 329d66fb4698201e31088faa65354d0f9f601803 /geography | |
parent | 36628ffb47ec45f37bb5873dada90b023b21412a (diff) | |
download | pkgsrc-a0caebf1470b8be95354269fd2f7c75866ed5c88.tar.gz |
Adjust gexiv2 to HEAD path from 2015Q2 path.
No PKGREVISION++, as the old way wouldn't build with a full-HEAD tree.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/viking/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 362030e4849..61058d18446 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2015/08/30 19:04:17 gdt Exp $ +# $NetBSD: Makefile,v 1.63 2015/08/31 00:16:38 gdt Exp $ # VERSION= 1.6 @@ -34,7 +34,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" -.include "../../graphics/libgexiv2/buildlink3.mk" +.include "../../graphics/gexiv2/buildlink3.mk" .include "../../geography/gpsd/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" |