diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-28 11:30:51 +0000 |
commit | 5da87348cb57d8d1df6910cb892114c53beab8b0 (patch) | |
tree | 9d7168f3a6d792571ef549968fcd7b60801605fd /devel/xfce4-conf | |
parent | 75ccf1258b667ad0853010a88fa61bc96ac3d233 (diff) | |
download | pkgsrc-5da87348cb57d8d1df6910cb892114c53beab8b0.tar.gz |
*: recursive bump for perl 5.36
Diffstat (limited to 'devel/xfce4-conf')
-rw-r--r-- | devel/xfce4-conf/Makefile | 4 | ||||
-rw-r--r-- | devel/xfce4-conf/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/xfce4-conf/Makefile b/devel/xfce4-conf/Makefile index 5644f2b3a9c..5e52f580905 100644 --- a/devel/xfce4-conf/Makefile +++ b/devel/xfce4-conf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2021/12/08 16:02:04 adam Exp $ +# $NetBSD: Makefile,v 1.36 2022/06/28 11:33:45 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../meta-pkgs/xfce4/Makefile.common" VERSION= 4.16.0 diff --git a/devel/xfce4-conf/buildlink3.mk b/devel/xfce4-conf/buildlink3.mk index 17fb4ca4045..11bd73475c6 100644 --- a/devel/xfce4-conf/buildlink3.mk +++ b/devel/xfce4-conf/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2021/12/08 16:02:04 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2022/06/28 11:33:45 wiz Exp $ BUILDLINK_TREE+= xfce4-conf @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-conf XFCE4_CONF_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-conf+= xfce4-conf>=4.13.4 -BUILDLINK_ABI_DEPENDS.xfce4-conf?= xfce4-conf>=4.16.0 +BUILDLINK_ABI_DEPENDS.xfce4-conf?= xfce4-conf>=4.16.0nb2 BUILDLINK_PKGSRCDIR.xfce4-conf?= ../../devel/xfce4-conf .include "../../sysutils/dbus/buildlink3.mk" |