diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
commit | 8ace00dcd81c4aebfec4a650553f259ee324df5e (patch) | |
tree | 8faf04c1c75d686de4b4032499fe5b2a290498ff /devel/GConf-ui | |
parent | 0b0f1e8e51c0d57882e3d924e28c55c9ae4e6dd2 (diff) | |
download | pkgsrc-8ace00dcd81c4aebfec4a650553f259ee324df5e.tar.gz |
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
Diffstat (limited to 'devel/GConf-ui')
-rw-r--r-- | devel/GConf-ui/Makefile | 4 | ||||
-rw-r--r-- | devel/GConf-ui/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile index 776dc868eac..61c1adc7d04 100644 --- a/devel/GConf-ui/Makefile +++ b/devel/GConf-ui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/09/07 19:16:20 adam Exp $ +# $NetBSD: Makefile,v 1.22 2012/09/15 10:04:04 obache Exp $ # MAKE_JOBS_SAFE= no @@ -6,7 +6,7 @@ MAKE_JOBS_SAFE= no .include "../../devel/GConf/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf-ui/} -PKGREVISION= 4 +PKGREVISION= 5 BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION} diff --git a/devel/GConf-ui/buildlink3.mk b/devel/GConf-ui/buildlink3.mk index bd973e04e1c..def4772b7b0 100644 --- a/devel/GConf-ui/buildlink3.mk +++ b/devel/GConf-ui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.14 2012/09/07 19:16:20 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.15 2012/09/15 10:04:04 obache Exp $ BUILDLINK_TREE+= GConf-ui @@ -6,7 +6,7 @@ BUILDLINK_TREE+= GConf-ui GCONF_UI_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.GConf-ui+= GConf-ui>=2.8.0.1 -BUILDLINK_ABI_DEPENDS.GConf-ui+= GConf-ui>=2.32.4nb4 +BUILDLINK_ABI_DEPENDS.GConf-ui+= GConf-ui>=2.32.4nb5 BUILDLINK_PKGSRCDIR.GConf-ui?= ../../devel/GConf-ui .include "../../devel/GConf/buildlink3.mk" |