diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 10:03:29 +0000 |
commit | 95d4074d8705aa53ae5b4d29e1cf661915510ea7 (patch) | |
tree | 8faf04c1c75d686de4b4032499fe5b2a290498ff /x11/kde-runtime4 | |
parent | 4ee4e2163dc84ce151dab6ca394c0ca724e588e7 (diff) | |
download | pkgsrc-95d4074d8705aa53ae5b4d29e1cf661915510ea7.tar.gz |
recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 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 4fa4be19c16..59ed0abd3a5 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2012/09/07 19:17:48 adam Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/15 10:06:58 obache Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} -PKGREVISION= 1 +PKGREVISION= 2 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 c4079c96800..0293c294ed3 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2012/09/07 19:17:48 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2012/09/15 10:06:58 obache 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.4nb1 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.8.4nb2 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |