diff options
author | dholland <dholland@pkgsrc.org> | 2013-02-17 19:17:55 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2013-02-17 19:17:55 +0000 |
commit | 9570ccfb1327c7a8ce0307f7dae5486fb06e756c (patch) | |
tree | c42160973d2e056113897cf8c0cb9b923831f95b /inputmethod/ibus-el | |
parent | 98e69edc182261383b1f6a27d57cb1d7ee46bdfb (diff) | |
download | pkgsrc-9570ccfb1327c7a8ce0307f7dae5486fb06e756c.tar.gz |
Revbump all elisp packages after emacs changes.
Diffstat (limited to 'inputmethod/ibus-el')
-rw-r--r-- | inputmethod/ibus-el/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ibus-el/Makefile b/inputmethod/ibus-el/Makefile index 10c5f6331f6..a4d87099d7b 100644 --- a/inputmethod/ibus-el/Makefile +++ b/inputmethod/ibus-el/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2012/10/06 14:25:11 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:04 dholland Exp $ # DISTNAME= ibus-el-0.3.2 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= http://www11.atwiki.jp/s-irie/pub/emacs/ibus/ |