mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
www/free-sa-devel: fix Makefile syntax
This commit is contained in:
parent
2cadeb7ce1
commit
81d7adc587
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pre-everything::
|
|||
@${ECHO_MSG} " For example, 'make WITH_OPTIMIZED_CFLAGS=yes'"
|
||||
@${ECHO_MSG} "============================================================================="
|
||||
.endif
|
||||
.if empty(PORT_OPTIONS:MSA_DEBUG) &! (SA_DEBUG_LEVEL)
|
||||
.if empty(PORT_OPTIONS:MSA_DEBUG) && !defined(SA_DEBUG_LEVEL)
|
||||
@${ECHO_MSG} "============================================================================="
|
||||
@${ECHO_MSG} " You can enable Free-SA debugging (level 1) by defining WITH_SA_DEBUG"
|
||||
@${ECHO_MSG} " For example, 'make WITH_SA_DEBUG=yes'"
|
||||
|
|
Loading…
Add table
Reference in a new issue