diff options
author | adam <adam@pkgsrc.org> | 2013-09-02 19:50:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-02 19:50:38 +0000 |
commit | 30b15b560ede65e353f4add7bde4bfdd0303ad98 (patch) | |
tree | 50a1ccd42456eff2c4cb93f6820d39553d73b228 /inputmethod/input-pad | |
parent | 56b9f74dd087c70b0df81eb1222a569fe08076a3 (diff) | |
download | pkgsrc-30b15b560ede65e353f4add7bde4bfdd0303ad98.tar.gz |
Revbump after cairo update
Diffstat (limited to 'inputmethod/input-pad')
-rw-r--r-- | inputmethod/input-pad/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/input-pad/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/input-pad/Makefile b/inputmethod/input-pad/Makefile index c8939326239..d2ce1f505dd 100644 --- a/inputmethod/input-pad/Makefile +++ b/inputmethod/input-pad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2013/06/06 12:53:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/09/02 19:50:44 adam Exp $ # .include "Makefile.common" -PKGREVISION= 9 +PKGREVISION= 10 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 e87979efbd7..eef3a35cb97 100644 --- a/inputmethod/input-pad/buildlink3.mk +++ b/inputmethod/input-pad/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/06/06 12:53:55 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/09/02 19:50:44 adam 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.1nb9 +BUILDLINK_ABI_DEPENDS.input-pad?= input-pad>=1.0.1nb10 BUILDLINK_PKGSRCDIR.input-pad?= ../../inputmethod/input-pad .include "../../devel/gettext-lib/buildlink3.mk" |