diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-11 12:46:54 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-11 12:46:54 +0800 |
commit | 6ba845604f8b085801c3a5baeaffaa021dbca3bb (patch) | |
tree | 0850ebfb9c920c44883e9e0c01e9bd0c045d1256 /chinese | |
parent | 12764aa89460b598e2fc2263e690efa94c8c7f6b (diff) | |
download | freebsd-ports-gnome-6ba845604f8b085801c3a5baeaffaa021dbca3bb.tar.gz freebsd-ports-gnome-6ba845604f8b085801c3a5baeaffaa021dbca3bb.tar.zst freebsd-ports-gnome-6ba845604f8b085801c3a5baeaffaa021dbca3bb.zip |
Turn on c2t, gb2ps, gbscript, hc, and lunar.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index c2a48c64c5a7..96283613ba09 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,9 +1,14 @@ -# $Id: Makefile,v 1.5 1996/11/13 12:53:52 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/26 08:18:57 asami Exp $ # SUBDIR += Wnn + SUBDIR += c2t SUBDIR += celvis SUBDIR += cless SUBDIR += cxterm + SUBDIR += gb2ps + SUBDIR += gbscript + SUBDIR += hc + SUBDIR += lunar .include <bsd.port.subdir.mk> |