diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-05-15 15:52:22 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-05-15 15:52:22 +0000 |
commit | 7fd3c03e4491e04e5e3695178386cc8d5aab7d4d (patch) | |
tree | 91ae797414ee619836c4caa0c249320dd78f0d47 /audio/musescore | |
parent | 811f051099492f4969cc6056b6d2e7dad75d6a20 (diff) |
Notes
Diffstat (limited to 'audio/musescore')
-rw-r--r-- | audio/musescore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 72a4943ee4e8..a610b64bd6a6 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -3,7 +3,7 @@ PORTNAME= musescore PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${PORTVERSION}/ DISTNAME= MuseScore-${PORTVERSION} @@ -20,7 +20,7 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \ USES= cmake:outsource compiler:c++11-lib desktop-file-utils \ pkgconfig shared-mime-info zip -USE_QT5= concurrent declarative designer help network scripttools svg \ +USE_QT5= concurrent designer help network scripttools svg \ webkit xml xmlpatterns \ buildtools_build linguisttools_build qmake_build uitools_build ALL_TARGET= lrelease manpages all |