diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-07 17:18:40 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-07 17:18:40 +0800 |
commit | 59fe06100b17261b9ac2411c68e6d8b6098a2bf3 (patch) | |
tree | 60afcf1a801b6b01c890e50e397775b9f7136168 /mail | |
parent | b0369d401fb3bb1f7251721bc315112e0edcc385 (diff) | |
download | freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.gz freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.tar.zst freebsd-ports-gnome-59fe06100b17261b9ac2411c68e6d8b6098a2bf3.zip |
Chase openssl shlib version increase.
Pointy hat to: dinoex
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index d7992137be66..d816afc0e1c3 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -132,7 +132,7 @@ CONFIGURE_ARGS+= --enable-standalone .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.2:${PORTSDIR}/security/openssl +LIB_DEPENDS+= ssl.3:${PORTSDIR}/security/openssl CONFIGURE_ARGS+= -with-includes=${LOCALBASE}/include/openssl --with-openssl=${LOCALBASE} CONFIGURE_ENV+= RSAGLUE="${RSAGLUE}" .if exists(${LOCALBASE}/lib/librsaref.a) |