mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- disable NLS when option WITHOUT_NLS is set
Submitted by: Igor Sysoev
This commit is contained in:
parent
9a9d970a4e
commit
1da70b6374
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176796
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB}
|
|||
.endif
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
PLIST_SUB+= NLS=""
|
||||
|
|
Loading…
Add table
Reference in a new issue