[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / cyrus-saslauthd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/cyrus-saslauthd/Makefile between version 1.14 and 1.15

version 1.14, 2004/07/06 22:38:33 version 1.15, 2004/07/25 04:35:14
Line 42  CONFIGURE_ARGS+= --with-pam=${BUILDLINK_
Line 42  CONFIGURE_ARGS+= --with-pam=${BUILDLINK_
 .if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[Yy][Ee][Ss])  .if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[Yy][Ee][Ss])
 .  include "../../databases/openldap/buildlink3.mk"  .  include "../../databases/openldap/buildlink3.mk"
 .  include "../../security/cyrus-sasl2/buildlink3.mk"  .  include "../../security/cyrus-sasl2/buildlink3.mk"
 .  include "../../security/openssl/buildlink3.mk"  
 BUILDLINK_INCDIRS.cyrus-sasl=   include/sasl  BUILDLINK_INCDIRS.cyrus-sasl=   include/sasl
 CONFIGURE_ARGS+=        --with-ldap=${BUILDLINK_PREFIX.openldap}  CONFIGURE_ARGS+=        --with-ldap=${BUILDLINK_PREFIX.openldap}
 CONFIGURE_ARGS+=        --with-openssl=${SSLBASE}  CONFIGURE_ARGS+=        --with-openssl=${SSLBASE}
Line 87  post-install:
Line 86  post-install:
                 ${PREFIX}/share/doc/cyrus-saslauthd                  ${PREFIX}/share/doc/cyrus-saslauthd
 .endif  .endif
   
   .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>