diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-07 09:18:40 +0000 |
commit | 8345350ec1b7bab9b3afd9dc9c472c7b572f91b1 (patch) | |
tree | 070a49a059aad8f09ca3bf955eab76fa33a0ef16 /mail | |
parent | Improved the download URL. It now directly points to the page (diff) |
Chase openssl shlib version increase.
Pointy hat to: dinoex
Notes
Notes:
svn path=/head/; revision=58646
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) |