diff options
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 49ac0839b6c3..0ee11e40e531 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -35,10 +35,8 @@ MAN7= gnupg.7 .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif -.if defined(USE_OPENLDAP) || exists(${PREFIX}/lib/libldap.so.2) -WITH_LDAP= yes -.endif -.if defined(WITH_LDAP) +.if defined(WITH_LDAP) || exists(${PREFIX}/lib/libldap.so.2) +USE_OPENLDAP= yes PLIST_SUB+= WITH_LDAP="" .else PLIST_SUB+= WITH_LDAP="@comment " |