diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-04-30 01:21:19 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-04-30 01:21:19 +0000 |
commit | baf1da9d4268fcc26012d79574fef26bc129e338 (patch) | |
tree | 6a8d49a7b0c4bb3d9becc2e2921db529b1da5239 /x11/kde-runtime4 | |
parent | 1f6a20b63814c6457c4d43c8776b03099fe85079 (diff) | |
download | pkgsrc-baf1da9d4268fcc26012d79574fef26bc129e338.tar.gz |
Recursive revbump from boost update
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 6079ad5ec95..0c75d71b3a7 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2017/03/31 10:32:20 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2017/04/30 01:21:26 ryoon Exp $ DISTNAME= kde-runtime-15.12.0 PKGNAME= ${DISTNAME:S/-1/4-1/} -PKGREVISION= 13 +PKGREVISION= 14 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 2236aec533c..a6805809e92 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2017/01/01 16:06:02 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2017/04/30 01:21:26 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.0nb7 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=15.12.0nb14 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |