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