diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index a6772e055c20..61586229a2d3 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.84.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org @@ -19,15 +19,13 @@ USE_GITHUB= yes GH_ACCOUNT= openstreetmap GH_COMMIT= 237b125 -USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf automake libtool aclocal autoheader libtoolize CONFIGURE_ARGS= LUA="${LUA_CMD}" \ LUA_INCLUDE="-I${LUA_INCDIR}" \ - LUA_LIB="-L${LUA_LIBDIR} -llua" -USES= gmake + LUA_LIB="-L${LUA_LIBDIR} -llua-${LUA_VER}" +USES= gmake lua tar:bzip2 USE_PGSQL= yes -USE_LUA= 5.0+ USE_GNOME= libxml2 PLIST_FILES= bin/nodecachefilereader \ |