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

(-)Makefile (+6 lines)
Lines 85-90 CONFIGURE_ARGS+=--with-openssl Link Here
85
.include <bsd.port.pre.mk>
85
.include <bsd.port.pre.mk>
86
86
87
.if !defined(SLAVE_ONLY)
87
.if !defined(SLAVE_ONLY)
88
OPTIONS+=	DTRACE "Build with DTrace probes (server only)" off
88
OPTIONS+=	PAM "Build with PAM support (server only)" off
89
OPTIONS+=	PAM "Build with PAM support (server only)" off
89
OPTIONS+=	LDAP "Build with LDAP authentication support" off
90
OPTIONS+=	LDAP "Build with LDAP authentication support" off
90
OPTIONS+=	MIT_KRB5 "Build with MIT's kerberos support" off
91
OPTIONS+=	MIT_KRB5 "Build with MIT's kerberos support" off
Lines 121-126 LIB_DEPENDS+= icudata.38:${PORTSDIR}/dev Link Here
121
122
122
PATCH_DIST_STRIP=-p1
123
PATCH_DIST_STRIP=-p1
123
124
125
.  if defined(SERVER_ONLY) && defined(WITH_DTRACE)
126
CONFIGURE_ARGS+=--enable-dtrace
127
LDFLAGS+=-lelf
128
.  endif
129
124
.  if defined(SERVER_ONLY) && defined(WITH_PAM)
130
.  if defined(SERVER_ONLY) && defined(WITH_PAM)
125
CONFIGURE_ARGS+=--with-pam
131
CONFIGURE_ARGS+=--with-pam
126
.  endif
132
.  endif

Return to bug 150431