diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-09 16:54:43 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-09 16:54:43 +0800 |
commit | e9666c8cacea0a98b2862131a7f703f845cebc6f (patch) | |
tree | 9e0d3ec798c0e4512a571c2a045ad2a678686f49 | |
parent | 37b625417ffcf6c950f504d2212bc4639a80de67 (diff) | |
download | freebsd-ports-gnome-e9666c8cacea0a98b2862131a7f703f845cebc6f.tar.gz freebsd-ports-gnome-e9666c8cacea0a98b2862131a7f703f845cebc6f.tar.zst freebsd-ports-gnome-e9666c8cacea0a98b2862131a7f703f845cebc6f.zip |
Unbroke for RELENG_3.
PR: 19081
Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>
Approved by: MAINTAINER
-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 |