diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-09-13 23:59:57 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-09-13 23:59:57 +0800 |
commit | 2c933ae94376e3dff455486a013c29925e1950aa (patch) | |
tree | ff3f226af4ee58ba22c923d11b7a87ea04922a8f /audio | |
parent | c3a1e3cfb6983504f8fd84523dee4eaf443031ec (diff) | |
download | freebsd-ports-gnome-2c933ae94376e3dff455486a013c29925e1950aa.tar.gz freebsd-ports-gnome-2c933ae94376e3dff455486a013c29925e1950aa.tar.zst freebsd-ports-gnome-2c933ae94376e3dff455486a013c29925e1950aa.zip |
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
Diffstat (limited to 'audio')
-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 |