diff options
author | wiz <wiz@pkgsrc.org> | 2013-02-16 11:18:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-02-16 11:18:48 +0000 |
commit | 63be13c921242a4b8aec40e133976c73d9b68ae4 (patch) | |
tree | 408f0a13a890c95963718bb1d77742a2d71ee784 /inputmethod | |
parent | 09800ad0034268a6c35f9075557ca28db9b8cf7e (diff) | |
download | pkgsrc-63be13c921242a4b8aec40e133976c73d9b68ae4.tar.gz |
Recursive bump for png-1.6.
Diffstat (limited to 'inputmethod')
-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 2e20546769d..1395139f38b 100644 --- a/inputmethod/input-pad/Makefile +++ b/inputmethod/input-pad/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/08 23:00:44 adam Exp $ +# $NetBSD: Makefile,v 1.19 2013/02/16 11:18:55 wiz Exp $ # .include "Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 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 2d5eba98776..66f6c35a3c9 100644 --- a/inputmethod/input-pad/buildlink3.mk +++ b/inputmethod/input-pad/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2012/10/08 23:00:44 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2013/02/16 11:18:55 wiz 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.1nb5 +BUILDLINK_ABI_DEPENDS.input-pad?= input-pad>=1.0.1nb6 BUILDLINK_PKGSRCDIR.input-pad?= ../../inputmethod/input-pad .include "../../devel/gettext-lib/buildlink3.mk" |