diff options
author | wiz <wiz> | 2012-02-06 12:39:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-02-06 12:39:17 +0000 |
commit | 6091efa05df3c9199aee34824ab607eb3bde15cf (patch) | |
tree | 70f84b34347b7e5bf0bb84b5daa234146e1a363b /comms/gnome-pilot | |
parent | bbbd4f88459fd086db100e2b9117c7521e2f29aa (diff) | |
download | pkgsrc-6091efa05df3c9199aee34824ab607eb3bde15cf.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 'comms/gnome-pilot')
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 | ||||
-rw-r--r-- | comms/gnome-pilot/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 3386995bf45..edf47e0a14c 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.61 2012/01/24 09:10:51 sbd Exp $ +# $NetBSD: Makefile,v 1.62 2012/02/06 12:39:41 wiz Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= comms gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/} diff --git a/comms/gnome-pilot/buildlink3.mk b/comms/gnome-pilot/buildlink3.mk index 26d37fc65b7..1c62112c07d 100644 --- a/comms/gnome-pilot/buildlink3.mk +++ b/comms/gnome-pilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.33 2012/01/13 10:54:53 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.34 2012/02/06 12:39:41 wiz Exp $ BUILDLINK_TREE+= gnome-pilot @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gnome-pilot GNOME_PILOT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gnome-pilot?= gnome-pilot>=2.0.12nb2 -BUILDLINK_ABI_DEPENDS.gnome-pilot?= gnome-pilot>=2.0.17nb12 +BUILDLINK_ABI_DEPENDS.gnome-pilot?= gnome-pilot>=2.0.17nb14 BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot .include "../../devel/gettext-lib/buildlink3.mk" |