diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-14 07:43:06 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-14 07:43:06 +0000 |
commit | cdfc7f300d0ab76aa06e3c358409cae56c113934 (patch) | |
tree | 4328c29af2393977d63f8c78ee2997bc36b41f4b /inputmethod/input-pad | |
parent | b94d3160ff758c4763b50bfdc8af38e5cc63b294 (diff) | |
download | pkgsrc-cdfc7f300d0ab76aa06e3c358409cae56c113934.tar.gz |
Recursive PKGREVISION bump for libxml2 buildlink addition.
Diffstat (limited to 'inputmethod/input-pad')
-rw-r--r-- | inputmethod/input-pad/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/input-pad/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/inputmethod/input-pad/Makefile b/inputmethod/input-pad/Makefile index a75eb32a782..c52a3418ecc 100644 --- a/inputmethod/input-pad/Makefile +++ b/inputmethod/input-pad/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2012/04/22 13:56:19 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/14 07:43:08 sbd Exp $ # .include "Makefile.common" +PKGREVISION= 1 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 732c6315b8e..aaa9be10295 100644 --- a/inputmethod/input-pad/buildlink3.mk +++ b/inputmethod/input-pad/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2012/04/22 13:56:19 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2012/06/14 07:43:08 sbd Exp $ # BUILDLINK_TREE+= input-pad @@ -7,6 +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.1nb1 BUILDLINK_PKGSRCDIR.input-pad?= ../../inputmethod/input-pad .include "../../devel/gettext-lib/buildlink3.mk" |