diff options
author | tron <tron> | 2012-10-02 17:10:28 +0000 |
---|---|---|
committer | tron <tron> | 2012-10-02 17:10:28 +0000 |
commit | 4eae9af6ba6b8e46d0d40c87583918731763ce1e (patch) | |
tree | 4180178d21a46623fddf8c7d0d87fc8c9f1f0e0f /x11/kde-runtime4 | |
parent | a1d938dbd9a12f61ed5ed255a949a16b9df4e4e0 (diff) | |
download | pkgsrc-4eae9af6ba6b8e46d0d40c87583918731763ce1e.tar.gz |
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
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 011510bd523..0bb32bf8e55 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2012/09/26 09:55:39 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/02 17:12:15 tron Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 3 +PKGREVISION= 4 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 0293c294ed3..f87e99743cb 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2012/09/15 10:06:58 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2012/10/02 17:12:15 tron 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.8.4nb2 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.8.4nb4 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |