diff options
author | will <will@FreeBSD.org> | 2000-07-30 10:00:50 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-30 10:00:50 +0800 |
commit | a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f (patch) | |
tree | d8fd81f9f9e08de91b16b6559da346d315c82f56 /x11/kde3 | |
parent | f7d67d25b69dd6c4b2c1c5458df80cea7136ea6f (diff) | |
download | freebsd-ports-gnome-a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f.tar.gz freebsd-ports-gnome-a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f.tar.zst freebsd-ports-gnome-a34fc12cfc6ae2d0c2ec81051765f35b4068bb4f.zip |
Fix my not-tested-enough KDE2-related ports. :-(
After short discussion with Imura-san, back out GIF-by-default until I can
confirm whether or not there are license issues with Unisys. I will deal
with this later. I should note that I'd committed to qt2[12] previously
without conferring with him on the GIF issue first.
One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22
properly.. but oh well. Nobody's perfect. :-)
Things should be un-broken now.. please test these ports! I'll be trying
to update them to a new snap after a week or so.
Pointy hat: will
Patches graciously submitted by: nra
Diffstat (limited to 'x11/kde3')
-rw-r--r-- | x11/kde3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 88e40a844e42..2f8f44c3925a 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= will@FreeBSD.org LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - search.3:${PORTSDIR}/net/kdenetwork2 + ksearch.3:${PORTSDIR}/net/kdenetwork2 RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \ kjumpingcube:${PORTSDIR}/games/kdegames2 |