diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 16:41:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 16:41:38 +0800 |
commit | 968fd844cc45ec0519541307bf55e37578209d8c (patch) | |
tree | a236a2506d30a2a50fb87768a35406386dc58de1 /chinese/Makefile | |
parent | 9658cb8007497d791f0046f27c496b816ceff616 (diff) | |
download | freebsd-ports-gnome-968fd844cc45ec0519541307bf55e37578209d8c.tar.gz freebsd-ports-gnome-968fd844cc45ec0519541307bf55e37578209d8c.tar.zst freebsd-ports-gnome-968fd844cc45ec0519541307bf55e37578209d8c.zip |
Enable multilingual nvi ports. (Note the Korean versions were already
included in the port Makefile import.)
Diffstat (limited to 'chinese/Makefile')
-rw-r--r-- | chinese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 22aba048278e..cf9303f108db 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/02/11 04:46:54 obrien Exp $ +# $Id: Makefile,v 1.8 1997/02/16 01:15:53 obrien Exp $ # SUBDIR += Wnn @@ -11,5 +11,7 @@ SUBDIR += gbscript SUBDIR += hc SUBDIR += lunar + SUBDIR += nvi-big5 + SUBDIR += nvi-euc-cn .include <bsd.port.subdir.mk> |