Lines 30-40
Link Here
|
30 |
OPTIONS_DEFINE= DOCS GCRYPT LZO NLS |
30 |
OPTIONS_DEFINE= DOCS GCRYPT LZO NLS |
31 |
OPTIONS_SUB= yes |
31 |
OPTIONS_SUB= yes |
32 |
|
32 |
|
33 |
GCRYPT_CONFIGURE_ENABLE=libgcrypt-linking |
33 |
GCRYPT_CONFIGURE_OFF= --disable-libgcrypt-linking |
34 |
GCRYPT_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt |
34 |
GCRYPT_LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt |
35 |
LZO_DESC= Support lzo compression via liblzo2 |
35 |
LZO_DESC= Support lzo compression via liblzo2 |
36 |
LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 |
36 |
LZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 |
37 |
LZO_CONFIGURE_ENABLE= liblzo2-linking |
37 |
LZO_CONFIGURE_OFF= --disable-liblzo2-linking |
38 |
NLS_USES= gettext |
38 |
NLS_USES= gettext |
39 |
NLS_CONFIGURE_ENABLE= nls |
39 |
NLS_CONFIGURE_ENABLE= nls |
40 |
|
40 |
|