Lines 59-64
Link Here
|
59 |
|
59 |
|
60 |
.include <bsd.port.options.mk> |
60 |
.include <bsd.port.options.mk> |
61 |
|
61 |
|
|
|
62 |
.if !exists(/usr/bin/ssh) |
63 |
BUILD_DEPENDS+= ${LOCALBASE}/bin/ssh:security/openssh-portable |
64 |
RUN_DEPENDS+= ${LOCALBASE}/bin/ssh:security/openssh-portable |
65 |
.endif |
66 |
|
62 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 |
67 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000 |
63 |
LDFLAGS+= -fuse-ld=lld |
68 |
LDFLAGS+= -fuse-ld=lld |
64 |
.endif |
69 |
.endif |