diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-06 12:53:40 +0000 |
commit | 9857186f24e83062080d974645d30e079f5437c4 (patch) | |
tree | 8c7feb5277a9fd537ca7f3140c7c5f99ca16cbf4 /x11/kde-runtime4 | |
parent | 8a32c1b327ba078595eaecc089f0bb71238aa0ed (diff) | |
download | pkgsrc-9857186f24e83062080d974645d30e079f5437c4.tar.gz |
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
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 862b6fa7f74..117fc0de8b9 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2013/06/04 22:17:21 tron Exp $ +# $NetBSD: Makefile,v 1.28 2013/06/06 12:53:44 wiz Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 2 +PKGREVISION= 3 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 b69b95d4816..73507ee2cf3 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.13 2013/06/04 22:17:21 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.14 2013/06/06 12:53:44 wiz 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.10.3nb2 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.10.3nb3 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |