View | Details | Raw Unified | Return to bug 48978
Collapse All | Expand All

(-)curl.orig/Makefile Thu Mar 6 14:55:28 2003 (-1 / +1 lines)
Lines 53-59 Link Here
53
.include <bsd.port.pre.mk>
53
.include <bsd.port.pre.mk>
54
54
55
.if !defined(WITHOUT_SSL)
55
.if !defined(WITHOUT_SSL)
56
#.include "${PORTSDIR}/security/openssl/Makefile.ssl"
56
.include "${PORTSDIR}/security/openssl/Makefile.ssl"
57
CONFIGURE_ARGS=        --with-ssl=${OPENSSLBASE}
57
CONFIGURE_ARGS=        --with-ssl=${OPENSSLBASE}
58
.else
58
.else
59
CONFIGURE_ARGS=        --without-ssl
59
CONFIGURE_ARGS=        --without-ssl

Return to bug 48978