diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 15:41:28 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 15:41:28 +0000 |
commit | e7db971f3cea019ed2474093114fd773ba704b50 (patch) | |
tree | 8b1b80513ead0b621c56663c39e008060b31634f /textproc/uim-el/Makefile | |
parent | 4512e6eeb113c7d30d40e0295e2c74c2cf637760 (diff) |
Notes
Diffstat (limited to 'textproc/uim-el/Makefile')
-rw-r--r-- | textproc/uim-el/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index 3530d14bf9dc..43e369385b60 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -6,8 +6,7 @@ # PORTNAME= uim-el -PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTVERSION= 1.8.0 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -18,8 +17,8 @@ COMMENT?= Emacs lisp for uim input method library PROJECTHOST= uim CONFLICTS?= uim-el-xemacs21-mule-[0-9]* \ - uim-el-emacs22-[0-9]* \ - uim-el-emacs21-[0-9]* + uim-el-emacs22-[0-9]* \ + uim-el-emacs21-[0-9]* RUN_DEPENDS= uim-el-agent:${PORTSDIR}/textproc/uim |