mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
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
This commit is contained in:
parent
4e147b53f8
commit
1e1984c9b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560490
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user