Date: Tue, 13 Sep 2016 15:59:58 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422027 - head/audio/simon Message-ID: <201609131559.u8DFxwGh035468@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131559.u8DFxwGh035468>