diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-05 20:01:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-05 20:01:10 +0000 |
commit | a3973d38262b750b7f91e782e097724e6181def2 (patch) | |
tree | 8353c15c3bb44aa85a6fd3d99ed24aedaf8b3cdb /sysutils/logstalgia | |
parent | ab35da6f5bc46b7cb12249972f07d73efa91f341 (diff) | |
download | freebsd-ports-a3973d38262b750b7f91e782e097724e6181def2.zip |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/logstalgia')
-rw-r--r-- | sysutils/logstalgia/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 1fdc3ea6168f..22654e04d8c0 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -13,8 +13,6 @@ COMMENT= Website access log visualization tool LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= fails to compile: custom.cpp: 'sscanf' was not declared in this scope - BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libboost_regex.so:devel/boost-libs \ libfreetype.so:print/freetype2 \ |