diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 12:35:10 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-30 12:35:10 +0800 |
commit | b5fc89bb284dee7e82a0c8124f79cc3af137ce87 (patch) | |
tree | c73f3892748518ee8dd2d7ac016d939814658a36 /textproc/luceneplusplus | |
parent | 510c2f235504914622c02f1f931f1830e9c4a5ef (diff) | |
download | freebsd-ports-gnome-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.gz freebsd-ports-gnome-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.tar.zst freebsd-ports-gnome-b5fc89bb284dee7e82a0c8124f79cc3af137ce87.zip |
Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'textproc/luceneplusplus')
-rw-r--r-- | textproc/luceneplusplus/Makefile | 4 |
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 |