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

(-)net-mgmt/net-snmp/Makefile (-2 / +2 lines)
Lines 77-83 TLS_CONFIGURE_ON= --with-security-modules=tsm --with-transports=TLSTCP,DTLSUDP Link Here
77
77
78
.include <bsd.port.options.mk>
78
.include <bsd.port.options.mk>
79
79
80
.if ${OSVERSION} >= 1200085
80
.if ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
81
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-openssl11
81
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-openssl11
82
.endif
82
.endif
83
83
Lines 96-102 PLIST_SUB+= PYDISTUTILS_PKGVERSION=${PYDISTUTILS_PKGVERSION} Link Here
96
PLIST_SUB+=	WITH_PYTHON="@comment "
96
PLIST_SUB+=	WITH_PYTHON="@comment "
97
.endif
97
.endif
98
98
99
CONFIGURE_ARGS+=--with-openssl="/usr"
99
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
100
100
101
.if ${PORT_OPTIONS:MDUMMY}
101
.if ${PORT_OPTIONS:MDUMMY}
102
CONFIGURE_ARGS+=--with-dummy-values
102
CONFIGURE_ARGS+=--with-dummy-values

Return to bug 238378