diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-13 22:43:46 +0000 |
commit | 92e0cb52cb783546e352182244f761180817e141 (patch) | |
tree | 4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /x11/kdebase-workspace4 | |
parent | 01bd00f60b043c603cfe4fa796bf28af3a849cca (diff) | |
download | pkgsrc-92e0cb52cb783546e352182244f761180817e141.tar.gz |
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'x11/kdebase-workspace4')
-rw-r--r-- | x11/kdebase-workspace4/Makefile | 3 | ||||
-rw-r--r-- | x11/kdebase-workspace4/buildlink3.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/kdebase-workspace4/Makefile b/x11/kdebase-workspace4/Makefile index 9158e2bf727..f66b5e17a48 100644 --- a/x11/kdebase-workspace4/Makefile +++ b/x11/kdebase-workspace4/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2010/05/08 22:13:58 markd Exp $ +# $NetBSD: Makefile,v 1.15 2010/06/13 22:45:46 wiz Exp $ DISTNAME= kdebase-workspace-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= base workspace for the KDE 4 integrated X11 desktop diff --git a/x11/kdebase-workspace4/buildlink3.mk b/x11/kdebase-workspace4/buildlink3.mk index 3afcf6f8781..c8d82d09a0b 100644 --- a/x11/kdebase-workspace4/buildlink3.mk +++ b/x11/kdebase-workspace4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2010/01/18 09:59:40 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2010/06/13 22:45:46 wiz Exp $ BUILDLINK_TREE+= kdebase-workspace @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kdebase-workspace KDEBASE_WORKSPACE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kdebase-workspace+= kdebase-workspace4>=4.0.0 -BUILDLINK_ABI_DEPENDS.kdebase-workspace?= kdebase-workspace4>=4.3.4nb2 +BUILDLINK_ABI_DEPENDS.kdebase-workspace?= kdebase-workspace4>=4.4.4nb1 BUILDLINK_PKGSRCDIR.kdebase-workspace?= ../../x11/kdebase-workspace4 .include "../../graphics/qimageblitz/buildlink3.mk" |