aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-09 08:54:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-09 08:54:43 +0000
commit2313db16de3a41d7844356329b9313bafc4171a5 (patch)
treed533bcc75d52dcfc65e0afd99102b6636c640541 /mail/fetchmail
parent2d43415fa09b8a559fc6ba18d25e2d38111cb92d (diff)
downloadports-2313db16de3a41d7844356329b9313bafc4171a5.tar.gz
ports-2313db16de3a41d7844356329b9313bafc4171a5.zip
Unbroke for RELENG_3.
PR: 19081 Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp> Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=29440
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile2
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