summaryrefslogtreecommitdiff
path: root/inputmethod/input-pad
diff options
context:
space:
mode:
authortron <tron>2013-06-04 22:15:37 +0000
committertron <tron>2013-06-04 22:15:37 +0000
commitf30a670b55e98c8bf596c16c6ccaf42da94f5329 (patch)
tree6b8ed11551c6ae6edf7530700df81d41fe88397e /inputmethod/input-pad
parent6bd748980399ff5ecd425bb8f945dc0fbf3c1fb9 (diff)
downloadpkgsrc-f30a670b55e98c8bf596c16c6ccaf42da94f5329.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 'inputmethod/input-pad')
-rw-r--r--inputmethod/input-pad/Makefile4
-rw-r--r--inputmethod/input-pad/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/input-pad/Makefile b/inputmethod/input-pad/Makefile
index 40144ddac3c..6c650f73802 100644
--- a/inputmethod/input-pad/Makefile
+++ b/inputmethod/input-pad/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2013/06/03 10:05:24 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2013/06/04 22:16:30 tron Exp $
#
.include "Makefile.common"
-PKGREVISION= 7
+PKGREVISION= 8
MAINTAINER= obache@NetBSD.org
COMMENT= On-screen Input Pad to Send Characters with Mouse
diff --git a/inputmethod/input-pad/buildlink3.mk b/inputmethod/input-pad/buildlink3.mk
index 12ab722a878..4c1b38e1ab1 100644
--- a/inputmethod/input-pad/buildlink3.mk
+++ b/inputmethod/input-pad/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.17 2013/06/03 10:05:24 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2013/06/04 22:16:30 tron Exp $
#
BUILDLINK_TREE+= input-pad
@@ -7,7 +7,7 @@ BUILDLINK_TREE+= input-pad
INPUT_PAD_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=1.0.1
-BUILDLINK_ABI_DEPENDS.input-pad?= input-pad>=1.0.1nb7
+BUILDLINK_ABI_DEPENDS.input-pad?= input-pad>=1.0.1nb8
BUILDLINK_PKGSRCDIR.input-pad?= ../../inputmethod/input-pad
.include "../../devel/gettext-lib/buildlink3.mk"