mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Fix when USES not defined
With hat: pormtmgr Pointyhat to: bdrewery
This commit is contained in:
parent
2c1715db99
commit
5c4ee29736
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351978
@ -14,10 +14,10 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \
|
||||
PREFIX=${PREFIX} \
|
||||
LOCALBASE=${LOCALBASE} \
|
||||
"STRIP=${STRIP}"
|
||||
.if ${USES:Mdesktop-file-utils}
|
||||
.if !empty(USES:Mdesktop-file-utils)
|
||||
QA_ENV+= USESDESKTOPFILEUTILS=yes
|
||||
.endif
|
||||
.if ${USES:Mshared-mime-info}
|
||||
.if !empty(USES:Mdesktop-file-utils)
|
||||
QA_ENV+= USESSHAREDMIMEINFO=yes
|
||||
.endif
|
||||
CO_ENV+= STAGEDIR=${STAGEDIR} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user