aboutsummaryrefslogtreecommitdiff
path: root/cad/astk-serveur
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-02-19 09:22:58 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-02-19 09:22:58 +0000
commit9ebdcff27789f37af1d06a4861b140b23cb804ec (patch)
treee51b34123e2f9102ad2478d663fa30e812668672 /cad/astk-serveur
parentc1feac4c920ab1d3f8a7a19515e25f2b95cdb45d (diff)
downloadports-9ebdcff27789f37af1d06a4861b140b23cb804ec.tar.gz
ports-9ebdcff27789f37af1d06a4861b140b23cb804ec.zip
Fix RUN_DEPENDS. This is an obscure case: if you have kwrite installed,
then editors/kate-kde4 was assumed as a RUN_DEPENDS. That port no longer exists, and kwrite is provided by editors/kate -- as a KF5-based application. There's no good way to say "whatever package provided that installed file", though. Reported by: arrowd
Notes
Notes: svn path=/head/; revision=493358
Diffstat (limited to 'cad/astk-serveur')
-rw-r--r--cad/astk-serveur/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile
index 1081eb6bbc89..43757b725aeb 100644
--- a/cad/astk-serveur/Makefile
+++ b/cad/astk-serveur/Makefile
@@ -140,7 +140,7 @@ WITH_ED= gedit
RUN_DEPENDS+= ${LOCALBASE}/bin/gedit:editors/gedit
. elif exists(${LOCALBASE}/bin/kwrite)
WITH_ED= kwrite
-RUN_DEPENDS+= ${LOCALBASE}/bin/kwrite:editors/kate-kde4
+RUN_DEPENDS+= ${LOCALBASE}/bin/kwrite:editors/kate
. elif exists(${LOCALBASE}/bin/xedit)
WITH_ED= xedit
RUN_DEPENDS+= ${LOCALBASE}/bin/xedit:x11/xedit