diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-03 10:05:17 +0000 |
commit | 61dc4ab4d28d87b2b5c292e4e073eb602e72bd7a (patch) | |
tree | 8090cbbb08137e798b2ff84bd04d9af2cf123753 /x11/kde-runtime4 | |
parent | daa83e329a3a35f7583e5c6a3a17b6c14fc64472 (diff) | |
download | pkgsrc-61dc4ab4d28d87b2b5c292e4e073eb602e72bd7a.tar.gz |
Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Diffstat (limited to 'x11/kde-runtime4')
-rw-r--r-- | x11/kde-runtime4/Makefile | 3 | ||||
-rw-r--r-- | x11/kde-runtime4/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/kde-runtime4/Makefile b/x11/kde-runtime4/Makefile index a724a4e7e04..876d83eafc7 100644 --- a/x11/kde-runtime4/Makefile +++ b/x11/kde-runtime4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2013/05/22 07:11:58 jperkin Exp $ +# $NetBSD: Makefile,v 1.26 2013/06/03 10:06:15 wiz Exp $ DISTNAME= kde-runtime-${_KDE_VERSION} PKGNAME= ${DISTNAME:S/-4/4-4/} +PKGREVISION= 1 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 ec723fe4be9..e5e8e1c45ad 100644 --- a/x11/kde-runtime4/buildlink3.mk +++ b/x11/kde-runtime4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.11 2013/05/09 07:39:22 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2013/06/03 10:06:15 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.2nb2 +BUILDLINK_ABI_DEPENDS.kde-runtime+= kde-runtime4>=4.10.3nb1 BUILDLINK_PKGSRCDIR.kde-runtime?= ../../x11/kde-runtime4 .include "../../x11/kdelibs4/buildlink3.mk" |