diff options
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 831f14c48c5..55580083958 100644 --- a/devel/GConf-ui/Makefile +++ b/devel/GConf-ui/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2020/08/31 18:07:15 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2020/11/05 09:06:46 ryoon Exp $ -PKGREVISION= 12 +PKGREVISION= 13 .include "../../devel/GConf/Makefile.common" PKGNAME= GConf-ui-${GCONF_VERSION} diff --git a/devel/GConf-ui/buildlink3.mk b/devel/GConf-ui/buildlink3.mk index 0f3a2642a01..e190b69331c 100644 --- a/devel/GConf-ui/buildlink3.mk +++ b/devel/GConf-ui/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.38 2020/08/17 20:17:18 leot Exp $ +# $NetBSD: buildlink3.mk,v 1.39 2020/11/05 09:06:46 ryoon 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>=3.2.3nb11 +BUILDLINK_ABI_DEPENDS.GConf-ui+= GConf-ui>=3.2.3nb13 BUILDLINK_PKGSRCDIR.GConf-ui?= ../../devel/GConf-ui .include "../../devel/GConf/buildlink3.mk" |