diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-19 02:20:20 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-19 02:20:20 +0000 |
commit | 6b81822adf493bbd8353c3f6b70c10dde68c0e48 (patch) | |
tree | 3f4757ffa0e65a7beeb8bac3e58312fa2adba218 /sysutils | |
parent | enable ports/sysutils/mei. (diff) |
Sorry I forgot.
"make install.man" depends on ports/japanese/nkf.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mei/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mei/Makefile b/sysutils/mei/Makefile index da1e60fb41ab..796b7527bd58 100644 --- a/sysutils/mei/Makefile +++ b/sysutils/mei/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Sep 1997 # Whom: itojun@itojun.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/09/19 02:13:54 itojun Exp $ # DISTNAME= mei-1.53 @@ -13,6 +13,8 @@ DISTFILES= mei153s.tgz mei153d.tgz MAINTAINER= itojun@itojun.org +BUILD_DEPENDS= nkf:${PORTSDIR}/nkf + MAN1= mei.1 moe.1 MANLANG= "" ja_JP.EUC |