summaryrefslogtreecommitdiff
path: root/x11/paragui
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2013-06-04 22:15:37 +0000
committertron <tron@pkgsrc.org>2013-06-04 22:15:37 +0000
commite05e426ab43da6bb48ab55916d999c4d503e688a (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /x11/paragui
parent6ac78ffb0f037a74145725b7dcfcfa4652d7dd23 (diff)
downloadpkgsrc-e05e426ab43da6bb48ab55916d999c4d503e688a.tar.gz
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Diffstat (limited to 'x11/paragui')
-rw-r--r--x11/paragui/Makefile4
-rw-r--r--x11/paragui/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile
index 7295590383f..e06e1e47000 100644
--- a/x11/paragui/Makefile
+++ b/x11/paragui/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2013/06/03 10:06:22 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2013/06/04 22:17:28 tron Exp $
#
DISTNAME= paragui-1.0.4
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= x11
MASTER_SITES= http://savannah.nongnu.org/download/paragui/
diff --git a/x11/paragui/buildlink3.mk b/x11/paragui/buildlink3.mk
index 2cf0ab9ed06..93005452e0f 100644
--- a/x11/paragui/buildlink3.mk
+++ b/x11/paragui/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.25 2013/06/03 10:06:22 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.26 2013/06/04 22:17:28 tron Exp $
BUILDLINK_TREE+= paragui
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= paragui
PARAGUI_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.paragui+= paragui>=1.0.4nb3
-BUILDLINK_ABI_DEPENDS.paragui+= paragui>=1.0.4nb20
+BUILDLINK_ABI_DEPENDS.paragui+= paragui>=1.0.4nb21
BUILDLINK_PKGSRCDIR.paragui?= ../../x11/paragui
.include "../../devel/SDL/buildlink3.mk"