diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-03-14 02:59:38 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-03-14 02:59:38 +0000 |
commit | 308405e875da3dff21ab6c45dac967f0407e4de3 (patch) | |
tree | 178206cfb5ad31b021486253897b37b28cfbe022 /security/krb5-115 | |
parent | 4168788895e391807af26e0657a04b6e822aef90 (diff) | |
download | ports-308405e875da3dff21ab6c45dac967f0407e4de3.tar.gz ports-308405e875da3dff21ab6c45dac967f0407e4de3.zip |
Notes
Diffstat (limited to 'security/krb5-115')
-rw-r--r-- | security/krb5-115/Makefile | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index cb87010d68ca..d1b0f0ace9d0 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -44,7 +44,12 @@ OPTIONS_RADIO_CMD_LINE_EDITING= READLINE LIBEDIT KRB5_PDF_DESC= Install krb5 PDF documentation KRB5_HTML_DESC= Install krb5 HTML documentation DNS_FOR_REALM_DESC= Enable DNS lookups for Kerberos realm names +DNS_FOR_REALM_CONFIGURE_ENABLE= dns-for-realm LDAP= Enable LDAP support +LDAP_USE= OPENLDAP=yes +LDAP_CONFIGURE_WITH= ldap +LIBEDIT_USES= libedit +LIBEDIT_CONFIGURE_WITH= libedit .if defined(KRB5_HOME) PREFIX= ${KRB5_HOME} @@ -74,15 +79,6 @@ LDFLAGS:= -Wl,-rpath,${_RPATH}${F:S/-Wl,-rpath,//} \ BROKEN= LIB_DEPENDS when using KRB5_HOME is broken .endif -.if ${PORT_OPTIONS:MDNS_FOR_REALM} -CONFIGURE_ARGS+= --enable-dns-for-realm -.endif - -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap -.endif - .if ${PORT_OPTIONS:MREADLINE} USES+= readline CONFIGURE_ARGS+= --with-readline @@ -90,13 +86,6 @@ CONFIGURE_ARGS+= --with-readline CONFIGURE_ARGS+= --without-readline .endif -.if ${PORT_OPTIONS:MLIBEDIT} -USES+= libedit -CONFIGURE_ARGS+= --with-libedit -.else -CONFIGURE_ARGS+= --without-libedit -.endif - .if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != "" CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}" .endif |