aboutsummaryrefslogtreecommitdiff
path: root/textproc/luceneplusplus
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-04-30 04:35:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-04-30 04:35:10 +0000
commitb5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch)
treec73f3892748518ee8dd2d7ac016d939814658a36 /textproc/luceneplusplus
parent510c2f235504914622c02f1f931f1830e9c4a5ef (diff)
downloadports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.gz
ports-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.zip
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=439789
Diffstat (limited to 'textproc/luceneplusplus')
-rw-r--r--textproc/luceneplusplus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile
index bdaa113f5f6c..441e1c427015 100644
--- a/textproc/luceneplusplus/Makefile
+++ b/textproc/luceneplusplus/Makefile
@@ -12,10 +12,10 @@ COMMENT= C++ port of the Lucene library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LGPL.license
-BROKEN_powerpc64= Does not build
-
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