diff options
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 7bb438500f9..590caf7d873 100644 --- a/x11/kdebase-workspace4/Makefile +++ b/x11/kdebase-workspace4/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2009/12/10 15:57:48 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:56 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 9e1aaed9cb0..c78f309906e 100644 --- a/x11/kdebase-workspace4/buildlink3.mk +++ b/x11/kdebase-workspace4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/10/02 19:37:22 markd Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2010/01/17 12:02:56 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.0.0nb1 +BUILDLINK_ABI_DEPENDS.kdebase-workspace?= kdebase-workspace4>=4.3.4nb1 BUILDLINK_PKGSRCDIR.kdebase-workspace?= ../../x11/kdebase-workspace4 .include "../../graphics/qimageblitz/buildlink3.mk" |