diff options
author | obache <obache> | 2010-10-19 07:18:14 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-19 07:18:14 +0000 |
commit | b032a4b8783358be1b54de61cc31289010f9fefd (patch) | |
tree | a082d3f857ac66c7be52a2ae172c1eff5b1d90a7 /inputmethod/ibus-el | |
parent | a45a34b837922d1b2740e64795b4686f56e487f4 (diff) | |
download | pkgsrc-b032a4b8783358be1b54de61cc31289010f9fefd.tar.gz |
set restriction of EMACS and PYTHON variants.
Diffstat (limited to 'inputmethod/ibus-el')
-rw-r--r-- | inputmethod/ibus-el/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index d2bdd98c5a8..ffe32813827 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/10/19 07:14:01 obache Exp $ +# $NetBSD: Makefile,v 1.3 2010/10/19 07:18:14 obache Exp $ # DISTNAME= ibus-el-0.2.0 @@ -17,6 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-Xlib-[0-9]*:../../x11/py-Xlib PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none +EMACS_VERSIONS_ACCEPTED= emacs22 emacs23 +PYTHON_VERSIONS_ACCEPTED= 26 25 REPLACE_PYTHON= ibus-el-agent # then execute directly |