aboutsummaryrefslogtreecommitdiff
path: root/astro/libosmium
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-01 11:46:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-01 11:46:32 +0000
commit2102ccc7b317334913f1194465e9fab17ef6e7de (patch)
treeefe96644bccd14dfa258c6dcb367927d9482dcd2 /astro/libosmium
parent3432e30c01de012d5580a96564d4e851e67808f4 (diff)
downloadports-2102ccc7b317334913f1194465e9fab17ef6e7de.tar.gz
ports-2102ccc7b317334913f1194465e9fab17ef6e7de.zip
- Pet portlint
Notes
Notes: svn path=/head/; revision=455276
Diffstat (limited to 'astro/libosmium')
-rw-r--r--astro/libosmium/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile
index f28f28a14361..82838543988e 100644
--- a/astro/libosmium/Makefile
+++ b/astro/libosmium/Makefile
@@ -3,8 +3,8 @@
PORTNAME= libosmium
PORTVERSION= 2.13.1
-PORTREVISION= 3
DISTVERSIONPREFIX= v
+PORTREVISION= 3
CATEGORIES= astro geography devel
MAINTAINER= amdmi3@FreeBSD.org
@@ -13,6 +13,8 @@ COMMENT= Fast and flexible C++ library for working with OpenStreetMap data
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std'
+
LIB_DEPENDS= libgdal.so:graphics/gdal \
libboost_regex.so:devel/boost-libs \
libgeos.so:graphics/geos \
@@ -21,8 +23,6 @@ BUILD_DEPENDS= sparsehash>=0:devel/sparsehash \
${LOCALBASE}/include/utf8.h:devel/utf8cpp
RUN_DEPENDS= ${LOCALBASE}/include/utf8.h:devel/utf8cpp
-BROKEN_powerpc64= fails to compile: types_from_string.hpp: error: 'strtoll' is not a member of 'std'
-
USE_GITHUB= yes
GH_ACCOUNT= osmcode