svn commit: r368543 - head/converters/osm2pgsql
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Sep 19 08:01:43 UTC 2014
Author: amdmi3
Date: Fri Sep 19 08:01:42 2014
New Revision: 368543
URL: http://svnweb.freebsd.org/changeset/ports/368543
QAT: https://qat.redports.org/buildarchive/r368543/
Log:
- Switch to USES=autoreconf
Modified:
head/converters/osm2pgsql/Makefile
Modified: head/converters/osm2pgsql/Makefile
==============================================================================
--- head/converters/osm2pgsql/Makefile Fri Sep 19 07:45:28 2014 (r368542)
+++ head/converters/osm2pgsql/Makefile Fri Sep 19 08:01:42 2014 (r368543)
@@ -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}"
More information about the svn-ports-all
mailing list