diff options
Diffstat (limited to 'converters/osm2pgsql/Makefile')
-rw-r--r-- | converters/osm2pgsql/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 39ad31512cf6..3df0432804a5 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= osm2pgsql -PORTVERSION= 0.92.1 -PORTREVISION= 3 +PORTVERSION= 0.94.0 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org @@ -13,7 +12,6 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libproj.so:graphics/proj \ - libgeos35.so:graphics/geos35 \ libboost_system.so:devel/boost-libs \ libexpat.so:textproc/expat2 @@ -33,9 +31,7 @@ PORTDATA= * OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|include <geos|&35/geos|' \ - ${WRKSRC}/contrib/libosmium/osmium/geom/geos.hpp \ - ${WRKSRC}/geometry-builder.cpp + @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/CMakeLists.txt post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |