diff options
author | will <will@FreeBSD.org> | 2000-08-31 05:06:09 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-31 05:06:09 +0800 |
commit | 7a07ba5a45c30a4a6b971f5433fdbf34efe31fb9 (patch) | |
tree | 71348aed65f1a729465b8553d6a64655fc993d7b /x11/kde4 | |
parent | 954d8cc98662e63a5fd53c5702162e05b2da6d27 (diff) | |
download | freebsd-ports-gnome-7a07ba5a45c30a4a6b971f5433fdbf34efe31fb9.tar.gz freebsd-ports-gnome-7a07ba5a45c30a4a6b971f5433fdbf34efe31fb9.tar.zst freebsd-ports-gnome-7a07ba5a45c30a4a6b971f5433fdbf34efe31fb9.zip |
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>
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 |