diff options
author | se <se@FreeBSD.org> | 1997-11-01 22:34:08 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 1997-11-01 22:34:08 +0800 |
commit | da79afd5a4d19ddc6a9aa86151641c4fabfc8058 (patch) | |
tree | d811d0a2f16bde78155e3f89b2cc14b119d51b45 /x11 | |
parent | 54309d746ef3eeb250bee1993ade30462184eded (diff) | |
download | freebsd-ports-gnome-da79afd5a4d19ddc6a9aa86151641c4fabfc8058.tar.gz freebsd-ports-gnome-da79afd5a4d19ddc6a9aa86151641c4fabfc8058.tar.zst freebsd-ports-gnome-da79afd5a4d19ddc6a9aa86151641c4fabfc8058.zip |
Enable kdebase (the base part of the KDE X11 desktop environment)
and kdelibs (support libraries for all KDE components).
KDE is a desktop environment much like CDE, but with kind of a Win-95
look and feel. The best in the direction of making X11 applications
managable by "naive" users I've seen so far.
More components (games, multimedia, network, utils) to come soon ...
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index b73962ea695b..a9e251d55b38 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.159 1997/10/30 01:47:24 jseger Exp $ +# $Id: Makefile,v 1.160 1997/10/31 13:06:54 tg Exp $ # SUBDIR += FWF @@ -31,6 +31,8 @@ SUBDIR += gtk SUBDIR += gwm SUBDIR += iv + SUBDIR += kdebase + SUBDIR += kdelibs SUBDIR += lesstif SUBDIR += libdnd SUBDIR += libsx |