From a4a7daf069cba3ae4b90d832aa9df7624b4626a3 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Thu, 22 Feb 2018 19:03:17 +0000 Subject: Give the KDE SC4 applications ports a -kde4 suffix In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413 --- cad/astk-serveur/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cad') diff --git a/cad/astk-serveur/Makefile b/cad/astk-serveur/Makefile index 4dc36189de66..136461419616 100644 --- a/cad/astk-serveur/Makefile +++ b/cad/astk-serveur/Makefile @@ -3,6 +3,7 @@ PORTNAME= astk DISTVERSION= 1.13.10-1 +PORTREVISION= 1 CATEGORIES= cad .if !defined(CLIENT_SEUL) PKGNAMESUFFIX= -serveur @@ -142,7 +143,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 +RUN_DEPENDS+= ${LOCALBASE}/bin/kwrite:editors/kate-kde4 . elif exists(${LOCALBASE}/bin/xedit) WITH_ED= xedit RUN_DEPENDS+= ${LOCALBASE}/bin/xedit:x11/xedit -- cgit v1.2.3