1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Adriaan de Groot 2019-02-19 09:22:58 +00:00
parent c1feac4c92
commit 9ebdcff277
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493358

View File

@ -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