diff options
author | asami <asami@FreeBSD.org> | 1995-11-09 20:11:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-09 20:11:40 +0800 |
commit | 7069afce3aeb8179f15da52e4fd6b7c567c76a0a (patch) | |
tree | 4050878ed031a59a90d6b450cba8452edc541e2b | |
parent | fb1faf8a4091df14e94e42d1a155b4ae192717e4 (diff) | |
download | freebsd-ports-gnome-7069afce3aeb8179f15da52e4fd6b7c567c76a0a.tar.gz freebsd-ports-gnome-7069afce3aeb8179f15da52e4fd6b7c567c76a0a.tar.zst freebsd-ports-gnome-7069afce3aeb8179f15da52e4fd6b7c567c76a0a.zip |
Added ghostscript and xdvi.
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 1d5fd703f522..5daaf53bad24 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.18 1995/10/13 09:20:51 asami Exp $ +# $Id: Makefile,v 1.19 1995/10/18 11:19:22 asami Exp $ # SUBDIR += Canna @@ -6,6 +6,7 @@ SUBDIR += chimera SUBDIR += elvis SUBDIR += gawk + SUBDIR += ghostcript SUBDIR += grep SUBDIR += groff SUBDIR += gxditview @@ -25,5 +26,6 @@ SUBDIR += sed SUBDIR += tcl SUBDIR += tk + SUBDIR += xdvi .include <bsd.port.subdir.mk> |