mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Disable QT5 on FreeBSD < 12
Details: Apply the same workaround as in https://svnweb.freebsd.org/changeset/ports/556538 to provide a binary package without QT5 for legacy releases. PR: 251451 Submitted by: jbeich
This commit is contained in:
parent
d7fb6489e8
commit
50f0b29ee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557065
@ -44,6 +44,11 @@ OPTIONS_DEFINE= DVDREAD FLAC NLS QT5 MANTRANS
|
||||
OPTIONS_DEFAULT= FLAC QT5
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.if !defined(DEFAULT_VERSIONS) || ! ${DEFAULT_VERSIONS:Mssl=*}
|
||||
# Blocked by net/qt5-network: cannot use QT5 with default OpenSSL
|
||||
OPTIONS_EXCLUDE_FreeBSD_11+= QT5
|
||||
.endif
|
||||
|
||||
DVDREAD_DESC= Support reading DVD chapters via libdvdread
|
||||
DVDREAD_LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
|
||||
DVDREAD_CONFIGURE_WITH= dvdread
|
||||
|
Loading…
Reference in New Issue
Block a user