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

(-)net-im/libquotient/Makefile (-1 / +6 lines)
Lines 23-26 GH_PROJECT= libQuotient Link Here
23
23
24
CMAKE_ARGS=	-DQuotient_INSTALL_TESTS=OFF
24
CMAKE_ARGS=	-DQuotient_INSTALL_TESTS=OFF
25
25
26
.include <bsd.port.mk>
26
.include <bsd.port.pre.mk>
27
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000
28
CMAKE_ARGS+=	-DBUILD_TESTING=OFF
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 269765