diff options
author | will <will@FreeBSD.org> | 2002-04-19 02:30:02 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-19 02:30:02 +0000 |
commit | 4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch) | |
tree | 8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /x11/Makefile | |
parent | 9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff) | |
download | FreeBSD-ports-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip FreeBSD-ports-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz |
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION. All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.
Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.
This commit made in impending view of Qt3/KDE3 entering ports tree.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/Makefile b/x11/Makefile index 02c6dec..29dd90b 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -49,13 +49,9 @@ SUBDIR += imwheel SUBDIR += kb2mb2 SUBDIR += kde2 - SUBDIR += kdebase11 SUBDIR += kdebase2 - SUBDIR += kdelibs11 SUBDIR += kdelibs2 SUBDIR += keylaunch - SUBDIR += kvidtune - SUBDIR += kworldwatch SUBDIR += launch.app SUBDIR += libdnd SUBDIR += libgnome @@ -77,7 +73,6 @@ SUBDIR += qrash SUBDIR += ruby-X11 SUBDIR += ruby-gnome - SUBDIR += ruby-kde SUBDIR += ruby-panel-applet SUBDIR += rxvt SUBDIR += rxvt-devel |