diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 10:39:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-20 10:39:59 +0000 |
commit | 914919dbf5a8c8acd26f9337f52b6ff76f2daeae (patch) | |
tree | c49d9e82796b00d94873602e7bf42a76510227b4 /editors/nvi-m17n/Makefile | |
parent | 2336a9f253940f7181500ea154804272315f96f2 (diff) | |
download | ports-914919dbf5a8c8acd26f9337f52b6ff76f2daeae.tar.gz ports-914919dbf5a8c8acd26f9337f52b6ff76f2daeae.zip |
Notes
Diffstat (limited to 'editors/nvi-m17n/Makefile')
-rw-r--r-- | editors/nvi-m17n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index a9dd2fb7e285..ca95e14491d6 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ # - PORTNAME= nvi PORTVERSION= 1.79.19991117 -CATEGORIES= editors +CATEGORIES?= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/\ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ PKGNAMESUFFIX?= -m17n @@ -21,6 +20,7 @@ MAINTAINER= itojun@itojun.org #LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna +SLAVEDIRS= chinese/nvi-big5 chinese/nvi-euc-cn chinese/nvi-euc-tw WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f |