svn commit: r432127 - head/x11/rsibreak-kde4

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 22 12:52:17 UTC 2017


Author: tcberner
Date: Sun Jan 22 12:52:16 2017
New Revision: 432127
URL: https://svnweb.freebsd.org/changeset/ports/432127

Log:
  x11/rsibreak-kde4 : fix stage-qa errors
  
  * Not a gnome port -> don't use INSTALLS_ICONS
  * Add missing dependencies
  Therefore, bump revision.
  
  Reviewed by:	rakuco
  Approved by:	portmgr blanket, rakuco (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9263

Modified:
  head/x11/rsibreak-kde4/Makefile

Modified: head/x11/rsibreak-kde4/Makefile
==============================================================================
--- head/x11/rsibreak-kde4/Makefile	Sun Jan 22 12:50:08 2017	(r432126)
+++ head/x11/rsibreak-kde4/Makefile	Sun Jan 22 12:52:16 2017	(r432127)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rsibreak
 DISTVERSION=	0.11
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11 kde
 MASTER_SITES=	LOCAL/crees/${PORTNAME} \
 		http://pkgs.fedoraproject.org/repo/pkgs/rsibreak/rsibreak-0.11.tar.bz2/d5dd540efd18900aa508eee381bcaafd/
@@ -12,8 +12,9 @@ MAINTAINER=	avg at icyb.net.ua
 COMMENT=	KDE RSI prevention tool
 
 USES=		cmake gettext kde:4 tar:bzip2
-USE_QT4=	qmake_build moc_build rcc_build uic_build
 USE_KDE=	kdelibs automoc4
-INSTALLS_ICONS=	yes
+USE_QT4=	corelib dbus gui network svg xml \
+		qmake_build moc_build rcc_build uic_build
+USE_XORG=	x11
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list