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

(-)Makefile (-3 / +2 lines)
Lines 14-25 Link Here
14
14
15
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
15
LIB_DEPENDS=	libboost_system.so:devel/boost-libs
16
16
17
BROKEN_powerpc64=	Does not build: Warning: end of file not at end of a line; newline inserted
18
19
USE_GITHUB=	yes
17
USE_GITHUB=	yes
20
GH_ACCOUNT=	luceneplusplus
18
GH_ACCOUNT=	luceneplusplus
21
GH_PROJECT=	LucenePlusPlus
19
GH_PROJECT=	LucenePlusPlus
22
USES=		cmake:outsource compiler
20
USES=		cmake:outsource compiler:c++11-lang
21
USE_CXXSTD=	c++11
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
23
25
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>

Return to bug 232741