diff options
author | adam <adam@pkgsrc.org> | 2014-11-07 19:39:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-11-07 19:39:24 +0000 |
commit | ecc4bb91e91565bdf767d310ad1595e6a2a38e1e (patch) | |
tree | a5a5e8f2567d29e95ce8ef41c90b2597bae01cae /x11/kde-runtime4 | |
parent | 4d0e93f47f10d8dc5530abaedef2a7a3c179311d (diff) | |
download | pkgsrc-ecc4bb91e91565bdf767d310ad1595e6a2a38e1e.tar.gz |
Revbump after updating boost
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 e497f33b6e9..d80b8b2c248 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2014/10/07 16:47:38 adam Exp $ +# $NetBSD: Makefile,v 1.51 2014/11/07 19:39:26 adam Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= x11 COMMENT= Runtime requirements for the KDE integrated X11 desktop diff --git a/x11/kde-runtime4/buildlink3.mk b/x11/kde-runtime4/buildlink3.mk index cba1b2469b5..0b5a0fd1eea 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2014/08/22 11:24:27 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2014/11/07 19:39:26 adam 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>=4.11.5nb11 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.11.5nb14 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |