diff options
author | tron <tron> | 2012-10-02 17:10:28 +0000 |
---|---|---|
committer | tron <tron> | 2012-10-02 17:10:28 +0000 |
commit | 4eae9af6ba6b8e46d0d40c87583918731763ce1e (patch) | |
tree | 4180178d21a46623fddf8c7d0d87fc8c9f1f0e0f /x11/qwt-qt4 | |
parent | a1d938dbd9a12f61ed5ed255a949a16b9df4e4e0 (diff) | |
download | pkgsrc-4eae9af6ba6b8e46d0d40c87583918731763ce1e.tar.gz |
Mass recursive bump after the dependence fix of the "cairo" package
requested by Thomas Klausner.
Diffstat (limited to 'x11/qwt-qt4')
-rw-r--r-- | x11/qwt-qt4/Makefile | 4 | ||||
-rw-r--r-- | x11/qwt-qt4/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/qwt-qt4/Makefile b/x11/qwt-qt4/Makefile index 823c9203249..b139cc690f5 100644 --- a/x11/qwt-qt4/Makefile +++ b/x11/qwt-qt4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2012/09/15 10:07:14 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/02 17:12:20 tron Exp $ DISTNAME= qwt-5.2.2 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qwt/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/qwt-qt4/buildlink3.mk b/x11/qwt-qt4/buildlink3.mk index 5c94eb5bb3b..9d1b6a8500f 100644 --- a/x11/qwt-qt4/buildlink3.mk +++ b/x11/qwt-qt4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2012/09/15 10:07:14 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2012/10/02 17:12:20 tron Exp $ BUILDLINK_TREE+= qwt @@ -6,7 +6,7 @@ BUILDLINK_TREE+= qwt QWT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qwt+= qwt>=5.2.0 -BUILDLINK_ABI_DEPENDS.qwt+= qwt>=5.2.2nb6 +BUILDLINK_ABI_DEPENDS.qwt+= qwt>=5.2.2nb7 BUILDLINK_PKGSRCDIR.qwt?= ../../x11/qwt-qt4 .include "../../x11/qt4-libs/buildlink3.mk" |