diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 08:54:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 08:54:43 +0000 |
commit | 2313db16de3a41d7844356329b9313bafc4171a5 (patch) | |
tree | d533bcc75d52dcfc65e0afd99102b6636c640541 /mail | |
parent | 2d43415fa09b8a559fc6ba18d25e2d38111cb92d (diff) | |
download | freebsd-ports-2313db16de3a41d7844356329b9313bafc4171a5.zip |
Unbroke for RELENG_3.
PR: 19081
Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>
Approved by: MAINTAINER
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index dbbcfbc99702..a04e234eb0d2 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -34,7 +34,7 @@ CONFIGURE_ARGS+=--enable-inet6 .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a) CONFIGURE_ARGS+=--with-ssl=/usr .endif -.else if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) +.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a) CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE} .endif |