diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:25:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:25:58 +0000 |
commit | 92cea2fe7cf7d27581240692125e5ac0bde344cf (patch) | |
tree | ed0fcb7ccbbce78bfbd89ae9798848e4780d9bf7 /Makefile | |
parent | 9434cb5021a883c8dc8e3c877c77d176880efc3d (diff) | |
download | FreeBSD-ports-92cea2fe7cf7d27581240692125e5ac0bde344cf.zip FreeBSD-ports-92cea2fe7cf7d27581240692125e5ac0bde344cf.tar.gz |
Now that they are populated, add deskutils and
x11-{clocks,fm,fonts,toolkits,wm} to the SUBDIR list.
Diffstat (limited to 'Makefile')
-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 |