diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-24 07:31:52 +0000 |
commit | 768c589c29517122fa88c6350114d1ec16f6ac84 (patch) | |
tree | 77ad9fb8ac0c2d8f2684d68e29ca6419f17fa0fd /devel/GConf2-ui | |
parent | 1d6d407223c6de3f21ae91ae64701de39aaba9a8 (diff) | |
download | pkgsrc-768c589c29517122fa88c6350114d1ec16f6ac84.tar.gz |
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r-- | devel/GConf2-ui/Makefile | 3 | ||||
-rw-r--r-- | devel/GConf2-ui/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index f596c4d2987..9ca42b87d3c 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2005/12/31 00:06:30 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/01/24 07:32:00 wiz Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} +PKGREVISION= 1 BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.1 diff --git a/devel/GConf2-ui/buildlink3.mk b/devel/GConf2-ui/buildlink3.mk index 2d5f428bbec..b111caeffc1 100644 --- a/devel/GConf2-ui/buildlink3.mk +++ b/devel/GConf2-ui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2004/09/21 16:44:50 jmmv Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2006/01/24 07:32:00 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GCONF2_UI_BUILDLINK3_MK:= ${GCONF2_UI_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= GConf2-ui .if !empty(GCONF2_UI_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.GConf2-ui+= GConf2-ui>=2.8.0.1 +BUILDLINK_RECOMMENDED.GConf2-ui?= GConf2-ui>=2.12.1 BUILDLINK_PKGSRCDIR.GConf2-ui?= ../../devel/GConf2-ui .endif # GCONF2_UI_BUILDLINK3_MK |