diff options
Diffstat (limited to 'graphics/lensfun')
-rw-r--r-- | graphics/lensfun/Makefile | 4 | ||||
-rw-r--r-- | graphics/lensfun/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index e2065756ef6..0af6e1ff298 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2012/02/15 08:50:18 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/03/03 00:11:55 wiz Exp $ # DISTNAME= lensfun-0.2.5 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://download.berlios.de/lensfun/ EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/lensfun/buildlink3.mk b/graphics/lensfun/buildlink3.mk index 6e4a845ebb9..04ff0656161 100644 --- a/graphics/lensfun/buildlink3.mk +++ b/graphics/lensfun/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2012/02/15 08:50:18 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2012/03/03 00:11:55 wiz Exp $ BUILDLINK_TREE+= lensfun @@ -6,7 +6,7 @@ BUILDLINK_TREE+= lensfun LENSFUN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.lensfun+= lensfun>=0.2.2b -BUILDLINK_ABI_DEPENDS.lensfun?= lensfun>=0.2.5nb7 +BUILDLINK_ABI_DEPENDS.lensfun?= lensfun>=0.2.5nb8 BUILDLINK_PKGSRCDIR.lensfun?= ../../graphics/lensfun .include "../../devel/glib2/buildlink3.mk" |