diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-14 11:00:44 +0000 |
commit | 64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa (patch) | |
tree | e242dbe8d0f523c14bb4f6d48416a02a762797cc /devel/GConf-ui | |
parent | bb8b9d046b405d504b7569d287fd30ca2df92bc6 (diff) | |
download | pkgsrc-64c8e7791b2a8f80fe782feb4461e8ef46bd7aaa.tar.gz |
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.
Per discussion on pkgsrc-changes.
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 731c991c025..bcd38c473ee 100644 --- a/devel/GConf-ui/Makefile +++ b/devel/GConf-ui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/06/13 22:44:02 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/09/14 11:01:03 wiz 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= 1 +PKGREVISION= 2 BUILDLINK_API_DEPENDS.GConf+= GConf>=${GCONF_VERSION} diff --git a/devel/GConf-ui/buildlink3.mk b/devel/GConf-ui/buildlink3.mk index 6039962164d..a5fcf55cc17 100644 --- a/devel/GConf-ui/buildlink3.mk +++ b/devel/GConf-ui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2010/06/13 22:44:02 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2010/09/14 11:01:03 wiz 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.28.0nb1 +BUILDLINK_ABI_DEPENDS.GConf-ui?= GConf-ui>=2.28.1nb2 BUILDLINK_PKGSRCDIR.GConf-ui?= ../../devel/GConf-ui .include "../../devel/GConf/buildlink3.mk" |