diff options
author | obache <obache@pkgsrc.org> | 2011-04-22 13:41:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-22 13:41:54 +0000 |
commit | 0e2c97799a873b423fce3b9a712f48300f567461 (patch) | |
tree | dc389f11e24082a6677644fa2e9a1ce749f189f0 /devel/xfconf | |
parent | 01d05351652eb49efd818efff5955853d0978c95 (diff) | |
download | pkgsrc-0e2c97799a873b423fce3b9a712f48300f567461.tar.gz |
recursive bump from gettext-lib shlib bump.
Diffstat (limited to 'devel/xfconf')
-rw-r--r-- | devel/xfconf/Makefile | 4 | ||||
-rw-r--r-- | devel/xfconf/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/xfconf/Makefile b/devel/xfconf/Makefile index 3c94fd4fd03..0d724769d24 100644 --- a/devel/xfconf/Makefile +++ b/devel/xfconf/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2011/01/13 13:40:11 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/22 13:42:21 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfconf-${XFCE4_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= devel COMMENT= Xfce client-server configuration storage and query system diff --git a/devel/xfconf/buildlink3.mk b/devel/xfconf/buildlink3.mk index 4366fcedb83..dd6a6218a6d 100644 --- a/devel/xfconf/buildlink3.mk +++ b/devel/xfconf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2010/09/15 10:02:15 drochner Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2011/04/22 13:42:21 obache Exp $ BUILDLINK_TREE+= xfconf @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfconf XFCONF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfconf+= xfconf>=4.6.0 -BUILDLINK_ABI_DEPENDS.xfconf?= xfconf>=4.6.1nb2 +BUILDLINK_ABI_DEPENDS.xfconf?= xfconf>=4.6.1nb5 BUILDLINK_PKGSRCDIR.xfconf?= ../../devel/xfconf .include "../../devel/glib2/buildlink3.mk" |