aboutsummaryrefslogtreecommitdiff
path: root/converters/osm2pgsql
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-19 08:01:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-19 08:01:42 +0000
commit228754f671ffd3b7d275225c509efcbf2b5108e3 (patch)
tree4ece4755c81cd7444cd528b3d91a6a391831bd87 /converters/osm2pgsql
parent46917cb875a3911b538097afbc1e16a51a7eb572 (diff)
downloadports-228754f671ffd3b7d275225c509efcbf2b5108e3.tar.gz
ports-228754f671ffd3b7d275225c509efcbf2b5108e3.zip
- Switch to USES=autoreconf
Notes
Notes: svn path=/head/; revision=368543
Diffstat (limited to 'converters/osm2pgsql')
-rw-r--r--converters/osm2pgsql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile
index 51f71eabc801..e9a164b37dd6 100644
--- a/converters/osm2pgsql/Makefile
+++ b/converters/osm2pgsql/Makefile
@@ -19,9 +19,8 @@ USE_GITHUB= yes
GH_ACCOUNT= openstreetmap
GH_COMMIT= 237b125
-USES= gmake libtool lua pgsql tar:bzip2
-USE_AUTOTOOLS= autoconf automake aclocal autoheader libtoolize
-AUTOMAKE_ARGS= -a -c -f
+USES= autoreconf gmake libtool lua pgsql tar:bzip2
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= LUA="${LUA_CMD}" \
LUA_INCLUDE="-I${LUA_INCDIR}" \
LUA_LIB="-L${LUA_LIBDIR} -llua-${LUA_VER}"