svn commit: r422027 - head/audio/simon

Tobias C. Berner tcberner at FreeBSD.org
Tue Sep 13 15:59:59 UTC 2016


Author: tcberner
Date: Tue Sep 13 15:59:57 2016
New Revision: 422027
URL: https://svnweb.freebsd.org/changeset/ports/422027

Log:
  audio/simon -- Remove INSTALLS_ICONS and make stage-qa happy
  
  * Remove INSTALLS_ICONS
  * Add dependencies to make stage-qa happy.
  
  Reviewed by:	rakuco, mat
  Approved by:	mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D7853

Modified:
  head/audio/simon/Makefile

Modified: head/audio/simon/Makefile
==============================================================================
--- head/audio/simon/Makefile	Tue Sep 13 15:59:02 2016	(r422026)
+++ head/audio/simon/Makefile	Tue Sep 13 15:59:57 2016	(r422027)
@@ -3,7 +3,7 @@
 
 PORTNAME=	simon
 PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	audio kde
 MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
 DIST_SUBDIR=	KDE
@@ -19,10 +19,11 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib
 
 USES=		cmake:outsource gettext kde:4 tar:bz2
 USE_KDE=	kdelibs automoc4 pimlibs
-USE_QT4=	accessible corelib dbus gui script testlib xml \
+USE_QT4=	accessible corelib dbus gui network script sql svg testlib xml \
 		moc_build qmake_build rcc_build uic_build
+USE_XORG=	x11 xtst
+
 USE_LDCONFIG=	yes
-INSTALLS_ICONS=	yes
 
 CMAKE_ARGS+=	-DWITH_OpenCV:BOOL=OFF
 


More information about the svn-ports-all mailing list