summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index ff8194fddbc9..f2697bc9c38a 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -81,7 +81,7 @@ EPOPPASSD= "@comment "
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
CONFIGURE_ARGS+= --with-openssl=/usr
.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
-LIB_DEPENDS+= ssl.1:${PORTSDIR}/security/openssl
+LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl
CONFIGURE_ARGS+= -with-includes=${LOCALBASE}/include/openssl --with-openssl=${LOCALBASE}
CONFIGURE_ENV+= RSAGLUE="${RSAGLUE}"
.if exists(${LOCALBASE}/lib/librsaref.a)