diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:25:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:25:58 +0000 |
commit | 4697a57a05cb70813feb5ce1d0265b69e76ef08c (patch) | |
tree | 12e8f7ed34b79fd10f1a95075ea692c67c008990 | |
parent | 15df4403445c8e10f681fbbff5c6c71ecc796da7 (diff) | |
download | ports-4697a57a05cb70813feb5ce1d0265b69e76ef08c.tar.gz ports-4697a57a05cb70813feb5ce1d0265b69e76ef08c.zip |
Notes
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ +# $Id: Makefile,v 1.37 1997/12/13 05:55:08 asami Exp $ # SUBDIR += archivers @@ -11,6 +11,7 @@ SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases +SUBDIR += deskutils SUBDIR += devel SUBDIR += editors SUBDIR += emulators @@ -36,6 +37,11 @@ SUBDIR += textproc SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 +SUBDIR += x11-clocks +SUBDIR += x11-fm +SUBDIR += x11-fonts +SUBDIR += x11-toolkits +SUBDIR += x11-wm PORTSTOP= yes |