diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-07-01 04:07:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-07-01 04:07:44 +0000 |
commit | 3dd0ab51f6c1eac3adf5ed6e566f00d324a5e254 (patch) | |
tree | 8498ba44dcec63ba5fb36969e5bd03ca893562c0 /x11/kde-runtime4 | |
parent | 08a04022bdb23396ed5858b5a6d9d26376625563 (diff) | |
download | pkgsrc-3dd0ab51f6c1eac3adf5ed6e566f00d324a5e254.tar.gz |
Recursive revbump from boost-1.70.0
Diffstat (limited to 'x11/kde-runtime4')
-rw-r--r-- | x11/kde-runtime4/Makefile | 4 | ||||
-rw-r--r-- | x11/kde-runtime4/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/kde-runtime4/Makefile b/x11/kde-runtime4/Makefile index 1c236bf4a26..2ad90881f44 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.97 2019/05/23 19:23:22 rillig Exp $ +# $NetBSD: Makefile,v 1.98 2019/07/01 04:07:54 ryoon Exp $ DISTNAME= kde-runtime-15.12.0 PKGNAME= ${DISTNAME:S/-1/4-1/} -PKGREVISION= 32 +PKGREVISION= 33 CATEGORIES= x11 COMMENT= Runtime requirements for the KDE integrated X11 desktop MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/} diff --git a/x11/kde-runtime4/buildlink3.mk b/x11/kde-runtime4/buildlink3.mk index dae134bc306..71cdbc4f9d8 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.32 2018/12/13 19:51:39 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.33 2019/07/01 04:07:54 ryoon Exp $ BUILDLINK_TREE+= kde-runtime @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kde-runtime KDE_RUNTIME_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kde-runtime+= kde-runtime4>=4.0.0 -BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=15.12.0nb31 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=15.12.0nb33 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |