summaryrefslogtreecommitdiff
path: root/inputmethod/input-pad
diff options
context:
space:
mode:
authorobache <obache>2010-09-11 07:47:21 +0000
committerobache <obache>2010-09-11 07:47:21 +0000
commit84402183e665a67653f6bbff004629805cd812ed (patch)
tree4812331a45cf90fa4f6fc3a525afba81c247b10b /inputmethod/input-pad
parent4692be4f308addfbfe6e46c76a1bab38b1e1faea (diff)
downloadpkgsrc-84402183e665a67653f6bbff004629805cd812ed.tar.gz
Fixes eekboard option handling.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/input-pad')
-rw-r--r--inputmethod/input-pad/Makefile4
-rw-r--r--inputmethod/input-pad/options.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/inputmethod/input-pad/Makefile b/inputmethod/input-pad/Makefile
index 571ab6d488d..db72836b301 100644
--- a/inputmethod/input-pad/Makefile
+++ b/inputmethod/input-pad/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/08/31 08:25:20 obache Exp $
+# $NetBSD: Makefile,v 1.2 2010/09/11 07:47:21 obache 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/options.mk b/inputmethod/input-pad/options.mk
index 9e0f1ecf343..504b5e8d8dc 100644
--- a/inputmethod/input-pad/options.mk
+++ b/inputmethod/input-pad/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/08/31 08:25:20 obache Exp $
+# $NetBSD: options.mk,v 1.2 2010/09/11 07:47:21 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.input-pad
@@ -12,7 +12,7 @@ PLIST_VARS+= eek python xtest
#
# Draw keyboard using libeek
#
-.if !empty(PKG_OPTIONS:Meek)
+.if !empty(PKG_OPTIONS:Meekboard)
.include "../../x11/eekboard/buildlink3.mk"
CONFIGURE_ARGS+= --enable-eek
PLIST.eek= yes