aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-27 08:38:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-27 08:38:06 +0000
commit6fcd1686e62dd4ec90d2df299717ae23d2d34d6b (patch)
tree7b4d7c1b5eb2f2a9696a9db43b3c85324d08715d /mail/fetchmail/Makefile
parent726183a8fad93982468e7a24a35d56e941b87b81 (diff)
downloadports-6fcd1686e62dd4ec90d2df299717ae23d2d34d6b.tar.gz
ports-6fcd1686e62dd4ec90d2df299717ae23d2d34d6b.zip
Notes
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 64d6c14e1ce8..7f77ddcce5b5 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -43,6 +43,7 @@ CONFIGURE_ARGS+=--enable-inet6
CONFIGURE_ARGS+=--with-ssl=/usr
.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE}
+CONFIGURE_ENV+= RSAGLUE=-lRSAglue
.endif
.if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)