Mk/bsd.sanity.mk: Properly escape USE_QT4_ALT
% make /!\ qtractor-0.9.9: Makefile errors /!\ /bin/sh: Syntax error: "(" unexpected *** Error code 2 PR: 239814 Reported by: Radim Kolar <hsn@sendmail.cz> Approved by: portmgr (rene) Differential Revision: https://reviews.freebsd.org/D21474
This commit is contained in:
parent
2d7697b2fa
commit
771c6dff19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511156
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ APACHE_PORT_ALT= DEFAULT_VERSIONS+=apache=${APACHE_PORT:S/www\/apache//:C/2(0-9)
|
|||
USE_FPC_RUN_ALT= USES=fpc:run
|
||||
WANT_FPC_BASE_ALT= USES=fpc:base
|
||||
WANT_FPC_ALL_ALT= USES=fpc:all
|
||||
USE_QT4_ALT= USES=qt:5 and USE_QT=${USE_QT4} (beware) as Qt4 has been removed
|
||||
USE_QT4_ALT= USES=qt:5 and USE_QT=${USE_QT4} \(beware\) as Qt4 has been removed
|
||||
USE_QT5_ALT= USES=qt:5 and USE_QT=${USE_QT5}
|
||||
QT_NONSTANDARD_ALT= USES=qmake:no_env
|
||||
|
||||
|
|
Loading…
Reference in a new issue