diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 13:02:50 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 13:02:50 +0000 |
commit | 51f2108c102fdbbb43880026f30d5e3d2f8fdaa3 (patch) | |
tree | d21b125b6a4d70d1d334dc101247dba0275eace0 /inputmethod | |
parent | e28eaa182f8fd945b4504e07231f062925013744 (diff) | |
download | pkgsrc-51f2108c102fdbbb43880026f30d5e3d2f8fdaa3.tar.gz |
Buildlink3'ify.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/iiimecf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/iiimecf/Makefile b/inputmethod/iiimecf/Makefile index 5fbc1b817c3..a73535fd640 100644 --- a/inputmethod/iiimecf/Makefile +++ b/inputmethod/iiimecf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:42 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/10/29 13:02:50 uebayasi Exp $ # DISTNAME= IIIMECF-0.6 @@ -11,8 +11,6 @@ MAINTAINER= uebayasi@NetBSD.org #HOMEPAGE= COMMENT= Emacs Lisp library for IIIM Protocol -DEPENDS+= ${EMACS_PKGNAME_PREFIX}Mule-UCS>=0.82:../../editors/mule-ucs - do-build: @cd ${WRKSRC} && \ ${EMACS_BIN} -q --no-site-file -batch -l iiimcf-comp.el @@ -24,4 +22,6 @@ do-install: done .include "../../mk/emacs.mk" + +.include "../../editors/mule-ucs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |