diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-26 01:11:22 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-04-26 01:11:22 +0800 |
commit | 352ba94bfc47525294259a4fb807fb6d350025a0 (patch) | |
tree | 4d76ef1d437a4cf3ba620f8802819c844683d36c /audio | |
parent | c63740208199641936685ceb327218d7e846b7c8 (diff) | |
download | freebsd-ports-gnome-352ba94bfc47525294259a4fb807fb6d350025a0.tar.gz freebsd-ports-gnome-352ba94bfc47525294259a4fb807fb6d350025a0.tar.zst freebsd-ports-gnome-352ba94bfc47525294259a4fb807fb6d350025a0.zip |
x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variants
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14462
Diffstat (limited to 'audio')
-rw-r--r-- | audio/simon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/simon/Makefile b/audio/simon/Makefile index 9674cd30a509..49faf22cc72f 100644 --- a/audio/simon/Makefile +++ b/audio/simon/Makefile @@ -3,7 +3,7 @@ PORTNAME= simon PORTVERSION= 0.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE @@ -15,7 +15,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libsamplerate.so:audio/libsamplerate \ libpocketsphinx.so:audio/pocketsphinx \ libsphinxad.so:audio/sphinxbase \ - libqwt6.so:x11-toolkits/qwt6 + libqwt6.so:x11-toolkits/qwt6@qt4 USES= cmake:outsource gettext kde:4 tar:bz2 USE_KDE= kdelibs automoc4 pimlibs |