diff options
author | obache <obache@pkgsrc.org> | 2013-01-25 12:50:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-01-25 12:50:02 +0000 |
commit | e4a71da0fc9340c7d86e8655b06e12b6190ee0e5 (patch) | |
tree | 6d7e6670c4441bcd4ef0bd772c4b1cb45ba7b281 /inputmethod | |
parent | 33e8dbeafafa79586a532d50c0e29fab23ac9031 (diff) | |
download | pkgsrc-e4a71da0fc9340c7d86e8655b06e12b6190ee0e5.tar.gz |
* swig is just required to build
* prevent to pick up swig2
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tegaki-wagomu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/tegaki-wagomu/Makefile b/inputmethod/tegaki-wagomu/Makefile index 6c3a95f241d..e43e522503d 100644 --- a/inputmethod/tegaki-wagomu/Makefile +++ b/inputmethod/tegaki-wagomu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2012/10/06 14:25:19 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/01/25 12:50:02 obache Exp $ # DISTNAME= tegaki-wagomu-0.3.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= inputmethod MASTER_SITES= http://www.tegaki.org/releases/${PKGVERSION_NOREV}/ \ http://www.tegaki.org/releases/0.3/ @@ -14,7 +14,7 @@ COMMENT= Simple handwriting recognition engine based on DTW LICENSE= gnu-gpl-v2 DEPENDS+= tegaki-python>=0.3:../../inputmethod/tegaki-python -DEPENDS+= swig-[0-9]*:../../devel/swig +BUILD_DEPENDS+= swig-1.[0-9]*:../../devel/swig USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config |