mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- fix PORT_OPTIONS s/)/}/
This commit is contained in:
parent
93376494cc
commit
a43e8d886a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320194
3 changed files with 5 additions and 5 deletions
|
@ -513,7 +513,7 @@ pre-configure:
|
|||
@${ECHO_CMD} "DOMAIN_SCALE and LARGE_SCALE are incopatible"
|
||||
@${FALSE}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MLIGHTHTTPD) && ! ${PORT_OPTIONS:MWEBUI}
|
||||
.if ${PORT_OPTIONS:MLIGHTHTTPD} && ! ${PORT_OPTIONS:MWEBUI}
|
||||
@${ECHO_CMD} "There's no reason to depend on LightHTTPD if you're not using WebUI"
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
|
|
@ -494,7 +494,7 @@ pre-configure:
|
|||
@${ECHO_CMD} "DOMAIN_SCALE and LARGE_SCALE are incopatible"
|
||||
@${FALSE}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MLIGHTHTTPD} && ! ${PORT_OPTIONS:MWEBUI)
|
||||
.if ${PORT_OPTIONS:MLIGHTHTTPD} && ! ${PORT_OPTIONS:MWEBUI}
|
||||
@${ECHO_CMD} "There's no reason to depend on LightHTTPD if you're not using WebUI"
|
||||
@${FALSE}
|
||||
.endif
|
||||
|
|
|
@ -241,9 +241,9 @@ SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib -liconv,' \
|
|||
SEDLIST+= -e 's,XX_ICONV_LIBS_XX,,'
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLDAP) || defined(LDAP_LIB_TYPE} \
|
||||
|| ${PORT_OPTIONS:MOPENLDAP1) || defined(WITH_OPENLDAP2} \
|
||||
|| ${PORT_OPTIONS:MOPENLDAP20) || defined(WITH_OPENLDAP21}
|
||||
.if ${PORT_OPTIONS:MLDAP} || defined(LDAP_LIB_TYPE) \
|
||||
|| ${PORT_OPTIONS:MOPENLDAP1} || defined(WITH_OPENLDAP2) \
|
||||
|| ${PORT_OPTIONS:MOPENLDAP20} || defined(WITH_OPENLDAP21)
|
||||
BROKEN= deprecated LDAP option defined, use WITH_OPENLDAP or WITH_OPENLDAP_VER
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue