diff options
author | asami <asami@FreeBSD.org> | 1996-11-09 13:00:37 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-09 13:00:37 +0000 |
commit | 190421b46e52b7ee1f768e295edb0d0715de4239 (patch) | |
tree | 7365c8e84e9cdd4e627a323bc12311e72aae5dcc /japanese | |
parent | 5ee74a5f1d7b83cc4e71408d48e30df8f77248f8 (diff) | |
download | FreeBSD-ports-190421b46e52b7ee1f768e295edb0d0715de4239.zip FreeBSD-ports-190421b46e52b7ee1f768e295edb0d0715de4239.tar.gz |
Added dvi2ps and vfxdvi (now that's one hard-to-type word!).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 448cd55..619177b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.36 1996/10/18 15:05:24 asami Exp $ +# $Id: Makefile,v 1.37 1996/11/02 12:35:41 asami Exp $ # SUBDIR += Canna SUBDIR += Wnn SUBDIR += chimera + SUBDIR += dvi2ps SUBDIR += dvi2tty SUBDIR += ejdict SUBDIR += elvis @@ -52,6 +53,7 @@ SUBDIR += today SUBDIR += vfghostscript SUBDIR += vflib + SUBDIR += vfxdvi SUBDIR += xdvi .include <bsd.port.subdir.mk> |