svn commit: r447221 - branches/2017Q3/x11/yakuake-kde4

Mark Felder feld at FreeBSD.org
Thu Aug 3 14:58:42 UTC 2017


Author: feld
Date: Thu Aug  3 14:58:41 2017
New Revision: 447221
URL: https://svnweb.freebsd.org/changeset/ports/447221

Log:
  MFH: r446522
  
  x11/yakuake depend on x11/konsole.
  
  Submitted by:	Gleb Popov <6yearold at gmail.com>
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2017Q3/x11/yakuake-kde4/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/x11/yakuake-kde4/Makefile
==============================================================================
--- branches/2017Q3/x11/yakuake-kde4/Makefile	Thu Aug  3 14:57:37 2017	(r447220)
+++ branches/2017Q3/x11/yakuake-kde4/Makefile	Thu Aug  3 14:58:41 2017	(r447221)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yakuake
 PORTVERSION=	2.9.9
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11 kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 PKGNAMESUFFIX=	-kde4
@@ -13,6 +13,8 @@ COMMENT=	Drop-down terminal emulator for KDE
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+RUN_DEPENDS=	konsole:x11/konsole
 
 USES=		cmake gettext kde:4 shebangfix tar:xz
 SHEBANG_FILES=	data/updaters/yakuake-${PORTVERSION}-startupnotification.pl


More information about the svn-ports-all mailing list