diff options
Diffstat (limited to 'textproc/luceneplusplus')
-rw-r--r-- | textproc/luceneplusplus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile index 9e55a4f81443..f298f114dde2 100644 --- a/textproc/luceneplusplus/Makefile +++ b/textproc/luceneplusplus/Makefile @@ -14,12 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LGPL.license LIB_DEPENDS= libboost_system.so:devel/boost-libs -BROKEN_powerpc64= Does not build: Warning: end of file not at end of a line; newline inserted - USE_GITHUB= yes GH_ACCOUNT= luceneplusplus GH_PROJECT= LucenePlusPlus -USES= cmake:outsource compiler +USES= cmake:outsource compiler:c++11-lang +USE_CXXSTD= c++11 USE_LDCONFIG= yes .include <bsd.port.pre.mk> |