aboutsummaryrefslogtreecommitdiff
path: root/converters/osm2pgsql
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-20 09:37:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-20 09:37:37 +0000
commitf303c6b5e321223f25517aff48c3ac06cfa97530 (patch)
treeda0b9074db16078fb7113de683ea82910094d020 /converters/osm2pgsql
parenta101e3b95a1ec9b1a2ff4e88a731d2659d9ec239 (diff)
downloadports-f303c6b5e321223f25517aff48c3ac06cfa97530.tar.gz
ports-f303c6b5e321223f25517aff48c3ac06cfa97530.zip
Use lua 5.2
Notes
Notes: svn path=/head/; revision=351616
Diffstat (limited to 'converters/osm2pgsql')
-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 \