Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 14:58:41 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r447221 - branches/2017Q3/x11/yakuake-kde4
Message-ID:  <201708031458.v73Ewf7o077215@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708031458.v73Ewf7o077215>