aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-04-24 16:36:26 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-04-24 16:36:26 +0000
commitecd654ca774e22f40417a547ea0cfff324332b49 (patch)
tree7d0c6d788d5486fe8fe88efc8aeb424de2532e19 /security
parent15ff4461229b18afca05dbe1b77bf681ff95a046 (diff)
downloadports-ecd654ca774e22f40417a547ea0cfff324332b49.tar.gz
ports-ecd654ca774e22f40417a547ea0cfff324332b49.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/Makefile9
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>