diff options
author | will <will@FreeBSD.org> | 2002-04-19 10:30:02 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-04-19 10:30:02 +0800 |
commit | 4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch) | |
tree | 8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /games/Makefile | |
parent | 9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff) | |
download | freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.zst freebsd-ports-gnome-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip |
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 'games/Makefile')
-rw-r--r-- | games/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/games/Makefile b/games/Makefile index f1c9efb9a6c3..761a7b697de1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -29,7 +29,6 @@ SUBDIR += battalion SUBDIR += battleball SUBDIR += biorythm - SUBDIR += blackjack SUBDIR += block SUBDIR += blockade SUBDIR += blue @@ -153,13 +152,9 @@ SUBDIR += ishido SUBDIR += jetpack SUBDIR += jzip - SUBDIR += kbubbles SUBDIR += kdegames2 SUBDIR += klondike SUBDIR += kpuzzle - SUBDIR += krogue - SUBDIR += krubik - SUBDIR += ktamaga SUBDIR += kxl SUBDIR += ladder SUBDIR += lbreakout @@ -208,7 +203,6 @@ SUBDIR += pipenightdreams SUBDIR += pmars SUBDIR += powerpak - SUBDIR += pp SUBDIR += prboom SUBDIR += ptkei SUBDIR += pyching @@ -349,7 +343,6 @@ SUBDIR += xlaby SUBDIR += xlife SUBDIR += xlifegame - SUBDIR += xlines SUBDIR += xmahjongg SUBDIR += xmastermind SUBDIR += xmball |