diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-24 16:36:26 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-04-24 16:36:26 +0000 |
commit | ecd654ca774e22f40417a547ea0cfff324332b49 (patch) | |
tree | 7d0c6d788d5486fe8fe88efc8aeb424de2532e19 /security | |
parent | 15ff4461229b18afca05dbe1b77bf681ff95a046 (diff) | |
download | ports-ecd654ca774e22f40417a547ea0cfff324332b49.tar.gz ports-ecd654ca774e22f40417a547ea0cfff324332b49.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index db0c686deacc..4a85847224a9 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ume@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) USE_SUBMAKE= yes -USE_OPENSSL= yes INSTALLS_SHLIB= yes @@ -99,6 +98,12 @@ CONFIGURE_ARGS+= --disable-krb4 EBONES= "@comment " .endif +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" +.if !defined(WITH_OPENSSL_BASE) +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +.endif + CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} \ OPENSSLINC=${OPENSSLINC} \ OPENSSLLIB=${OPENSSLLIB} \ @@ -198,4 +203,4 @@ post-install: post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc -.include <bsd.port.mk> +.include <bsd.port.post.mk> |