- Fix build with libgcrypt (non-default OPTION)
PR: 192060 Submitted by: graham@menhennitt.com.au Patch by: 5u623l20@gmail.com (maintainer)
This commit is contained in:
parent
b72b196626
commit
4c3af07e69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368654
1 changed files with 2 additions and 2 deletions
|
@ -30,11 +30,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
OPTIONS_DEFINE= DOCS GCRYPT LZO NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GCRYPT_CONFIGURE_ENABLE=libgcrypt-linking
|
||||
GCRYPT_CONFIGURE_OFF= --disable-libgcrypt-linking
|
||||
GCRYPT_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
|
||||
LZO_DESC= Support lzo compression via liblzo2
|
||||
LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
|
||||
LZO_CONFIGURE_ENABLE= liblzo2-linking
|
||||
LZO_CONFIGURE_OFF= --disable-liblzo2-linking
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
|
|
Loading…
Reference in a new issue