diff options
author | uebayasi <uebayasi> | 2003-01-11 13:38:55 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-11 13:38:55 +0000 |
commit | d4c9d36cc32a315ed6794e3d6c6e64e2a54c02d7 (patch) | |
tree | 6326730e88b6e7cb0af4c116dcf8df9096a5500b /inputmethod | |
parent | e522237b461d02ea1a764dd1b50e9e4a25fb1bbd (diff) | |
download | pkgsrc-d4c9d36cc32a315ed6794e3d6c6e64e2a54c02d7.tar.gz |
A missed dependency on Mule-UCS.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/iiimecf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/iiimecf/Makefile b/inputmethod/iiimecf/Makefile index d1c1fbcc86b..8fb3533e472 100644 --- a/inputmethod/iiimecf/Makefile +++ b/inputmethod/iiimecf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/12/27 00:33:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/11 13:38:55 uebayasi Exp $ # DISTNAME= IIIMECF-0.6 @@ -10,6 +10,8 @@ MAINTAINER= uebayasi@netbsd.org #HOMEPAGE= COMMENT= Emacs Lisp library for IIIM Protocol +DEPENDS+= mule-ucs>=0.82:../../editors/mule-ucs + do-build: @cd ${WRKSRC} && \ ${EMACS_BIN} -q --no-site-file -batch -l iiimcf-comp.el |