|
Lines 64-71
Link Here
|
| 64 |
|
64 |
|
| 65 |
CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" |
65 |
CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" |
| 66 |
.else |
66 |
.else |
| 67 |
BUILD_DEPENDS+= libedit>=0:${PORTSDIR}/devel/libedit |
67 |
USES+= libedit |
| 68 |
RUN_DEPENDS+= libedit>=0:${PORTSDIR}/devel/libedit |
|
|
| 69 |
.endif |
68 |
.endif |
| 70 |
|
69 |
|
| 71 |
post-patch: |
70 |
post-patch: |
|
Lines 76-80
Link Here
|
| 76 |
.if ${ARCH} == "armv6" |
75 |
.if ${ARCH} == "armv6" |
| 77 |
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.h.cmake |
76 |
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.h.cmake |
| 78 |
.endif |
77 |
.endif |
| 79 |
|
78 |
|
| 80 |
.include <bsd.port.post.mk> |
79 |
.include <bsd.port.post.mk> |