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 |