diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-06 12:39:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-06 12:39:49 +0000 |
commit | 3e5aee20cf09bd529b0ddaf1fbeb5f6368f76e49 (patch) | |
tree | babd501eac1bd290d4908251c585379252e34df8 /graphics/lensfun | |
parent | de911026c151f0b1f9b4b651b31e37b6ff773811 (diff) | |
download | pkgsrc-3e5aee20cf09bd529b0ddaf1fbeb5f6368f76e49.tar.gz |
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
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 1554b3358e1..97ee41b4edb 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2011/04/22 13:42:27 obache Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/06 12:40:29 wiz Exp $ # DISTNAME= lensfun-0.2.5 -PKGREVISION= 5 +PKGREVISION= 6 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 2d9b253b4a3..019dabcbb84 100644 --- a/graphics/lensfun/buildlink3.mk +++ b/graphics/lensfun/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2011/04/22 13:42:27 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2012/02/06 12:40:29 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.5nb5 +BUILDLINK_ABI_DEPENDS.lensfun?= lensfun>=0.2.5nb6 BUILDLINK_PKGSRCDIR.lensfun?= ../../graphics/lensfun .include "../../devel/glib2/buildlink3.mk" |