summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-28 12:39:02 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-28 12:39:02 +0000
commita7ad4c10fa976cd4ebbf35e4a463a8bffa4d87e0 (patch)
tree373527e4597ccd1dbe5d576ac86cb0b36cf92c8a /mail/qpopper
parentAdd some mirror sites to MASTER_SITES. (diff)
Update version number of ssl shared library from openssl port.
Notes
Notes: svn path=/head/; revision=43186
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)