diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-30 21:06:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-30 21:06:09 +0000 |
commit | 90307f6d477126ce4c5af5a704060636694eaf47 (patch) | |
tree | 18ef02efa998340f85e88589e2e3803b09fa7a43 /x11/kde4 | |
parent | Update to socks 1.0r11. patch-aa had been partially integrated into (diff) |
Oops, I didn't realize that ksearch library is no longer provided by
kdenetwork; so fix the kdenetwork dependency in the meta-port.
Submitted by: Dmitry Valdov <dv@dv.ru>
Notes
Notes:
svn path=/head/; revision=32138
Diffstat (limited to 'x11/kde4')
-rw-r--r-- | x11/kde4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 2aa49b5eda4b..716040c2cfa2 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -14,12 +14,12 @@ EXTRACT_ONLY= # empty MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \ - ksearch.3:${PORTSDIR}/net/kdenetwork2 +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 RUN_DEPENDS= konqueror:${PORTSDIR}/x11/kdebase2 \ kjumpingcube:${PORTSDIR}/games/kdegames2 \ kdf:${PORTSDIR}/misc/kdeutils2 \ - kword:${PORTSDIR}/editors/koffice + kword:${PORTSDIR}/editors/koffice \ + kppp:${PORTSDIR}/net/kdenetwork2 NO_BUILD= yes |