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 | |
| parent | ba3406cf49384a4940750cfa0bcce2dc5ea8bc66 (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>
| -rw-r--r-- | x11/kde2/Makefile | 6 | ||||
| -rw-r--r-- | x11/kde3/Makefile | 6 | ||||
| -rw-r--r-- | x11/kde4/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile index 2aa49b5eda4b..716040c2cfa2 100644 --- a/x11/kde2/Makefile +++ b/x11/kde2/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 diff --git a/x11/kde3/Makefile b/x11/kde3/Makefile index 2aa49b5eda4b..716040c2cfa2 100644 --- a/x11/kde3/Makefile +++ b/x11/kde3/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 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 |
