svn commit: r432157 - head/math/rkward-kde4

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 22 19:53:40 UTC 2017


Author: tcberner
Date: Sun Jan 22 19:53:38 2017
New Revision: 432157
URL: https://svnweb.freebsd.org/changeset/ports/432157

Log:
  math/rkward-kde4 : fix stage-qa
  
  Not a gnome port, so don't use INSTALLS_ICONS.
  (As INSTALLS_ICONS pulls in dependencies, bump revision).
  
  Reviewed by:	rakuco, thierry
  Approved by:	thierry (maintainer), rakuco (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9275

Modified:
  head/math/rkward-kde4/Makefile

Modified: head/math/rkward-kde4/Makefile
==============================================================================
--- head/math/rkward-kde4/Makefile	Sun Jan 22 17:15:41 2017	(r432156)
+++ head/math/rkward-kde4/Makefile	Sun Jan 22 19:53:38 2017	(r432157)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rkward
 PORTVERSION=	0.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 PKGNAMESUFFIX=	-kde4
@@ -23,7 +23,6 @@ USE_QT4=	corelib dbus gui qmake_build mo
 		script svg uic_build webkit xml
 USE_XORG=	x11
 USE_KDE=	automoc4 kdelibs
-INSTALLS_ICONS=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 


More information about the svn-ports-all mailing list