diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-09-13 15:59:57 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-09-13 15:59:57 +0000 |
| commit | 7c7defda8b5ab3e9adbb3cc196b947b24db4a47b (patch) | |
| tree | ff3f226af4ee58ba22c923d11b7a87ea04922a8f | |
| parent | devel/rubygem-gitlab_git: Downgrade from 10.4.0 to 10.3.2 (diff) | |
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
| -rw-r--r-- | audio/simon/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/simon/Makefile b/audio/simon/Makefile index 7021750d0831..c8d0c4738b06 100644 --- a/audio/simon/Makefile +++ b/audio/simon/Makefile @@ -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 |
