aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-20 17:37:37 +0800
committerbapt <bapt@FreeBSD.org>2014-04-20 17:37:37 +0800
commit99bdc2ed328752bb7926a530212400ae67d65f47 (patch)
treeda0b9074db16078fb7113de683ea82910094d020 /converters
parentf6dc48073a08dc669ed33158b51b6c862486c58d (diff)
downloadfreebsd-ports-gnome-99bdc2ed328752bb7926a530212400ae67d65f47.tar.gz
freebsd-ports-gnome-99bdc2ed328752bb7926a530212400ae67d65f47.tar.zst
freebsd-ports-gnome-99bdc2ed328752bb7926a530212400ae67d65f47.zip
Use lua 5.2
Diffstat (limited to 'converters')
-rw-r--r--converters/osm2pgsql/Makefile8
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 \