diff options
author | obache <obache> | 2011-07-21 13:05:46 +0000 |
---|---|---|
committer | obache <obache> | 2011-07-21 13:05:46 +0000 |
commit | a0c12782f8d7306d06b758910bd2c69cfb241038 (patch) | |
tree | b49a8a74fd1e317fd702bd5b738310cf703db8d1 /comms | |
parent | 01c9e2879723b4611172f7a192187534f8379d16 (diff) | |
download | pkgsrc-a0c12782f8d7306d06b758910bd2c69cfb241038.tar.gz |
recursive bump from gnome-vfs drop crypto dependency.
Diffstat (limited to 'comms')
-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 a07d413312c..aebe1603f02 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2011/06/10 09:39:45 obache Exp $ +# $NetBSD: Makefile,v 1.58 2011/07/21 13:05:47 obache Exp $ # DISTNAME= gnome-pilot-2.0.17 -PKGREVISION= 9 +PKGREVISION= 10 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 4ec8c728ab6..8b23d1d1125 100644 --- a/comms/gnome-pilot/buildlink3.mk +++ b/comms/gnome-pilot/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.30 2011/06/10 09:39:45 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.31 2011/07/21 13:05:47 obache 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.17nb9 +BUILDLINK_ABI_DEPENDS.gnome-pilot?= gnome-pilot>=2.0.17nb10 BUILDLINK_PKGSRCDIR.gnome-pilot?= ../../comms/gnome-pilot .include "../../devel/gettext-lib/buildlink3.mk" |