summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-01-06 09:48:12 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-01-06 09:48:12 +0000
commit1e1984c9b51ccc87eed7aa1cee9e2513d672f634 (patch)
tree43d74727bcceab16fb16ea9ca54dd314871b2666
parentUpdate to 0.7.6 (diff)
Add USES=localbase to audio/musescore
It is possible to set port OPTIONS so that nothing "else" picks up LOCALBASE, and Musescore itself just links to -lvorbis without doing any CMake footwork for it, so we need to add it explicitly. PR: 251589 Reported by: greg@unrelenting.technology
Notes
Notes: svn path=/head/; revision=560490
-rw-r--r--audio/musescore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index 7630647eaecb..02d51d2c946a 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -4,7 +4,7 @@
PORTNAME= musescore
DISTVERSIONPREFIX= v
DISTVERSION= 3.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
# DISTNAME= MuseScore-${DISTVERSION}
@@ -20,7 +20,7 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \
libogg.so:audio/libogg \
libfreetype.so:print/freetype2
-USES= cmake compiler:c++11-lib desktop-file-utils \
+USES= cmake compiler:c++11-lib desktop-file-utils localbase \
pkgconfig qt:5 shared-mime-info
USE_QT= concurrent core declarative designer graphicaleffects gui \
help location network opengl printsupport \