diff options
Diffstat (limited to 'net/kdenetwork3')
-rw-r--r-- | net/kdenetwork3/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork3/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index 771f8d2f10d..cb191986345 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.81 2011/11/01 06:02:19 sbd Exp $ +# $NetBSD: Makefile,v 1.82 2012/01/13 10:55:26 obache Exp $ DISTNAME= kdenetwork-${_KDE_VERSION} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= net COMMENT= Network modules for the KDE integrated X11 desktop diff --git a/net/kdenetwork3/buildlink3.mk b/net/kdenetwork3/buildlink3.mk index 393a96944bd..a0218f54ba7 100644 --- a/net/kdenetwork3/buildlink3.mk +++ b/net/kdenetwork3/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.26 2011/11/01 06:02:19 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.27 2012/01/13 10:55:27 obache Exp $ BUILDLINK_TREE+= kdenetwork @@ -6,7 +6,7 @@ BUILDLINK_TREE+= kdenetwork KDENETWORK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.kdenetwork+= kdenetwork>=3.5.0nb1 -BUILDLINK_ABI_DEPENDS.kdenetwork?= kdenetwork>=3.5.10nb13 +BUILDLINK_ABI_DEPENDS.kdenetwork?= kdenetwork>=3.5.10nb14 BUILDLINK_PKGSRCDIR.kdenetwork?= ../../net/kdenetwork3 .include "../../converters/uulib/buildlink3.mk" |