diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 61586229a2d..9efe48bab04 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -19,13 +19,13 @@ USE_GITHUB= yes GH_ACCOUNT= openstreetmap GH_COMMIT= 237b125 +USES= libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf automake libtool aclocal autoheader libtoolize +USE_AUTOTOOLS= autoconf automake aclocal autoheader libtoolize CONFIGURE_ARGS= LUA="${LUA_CMD}" \ LUA_INCLUDE="-I${LUA_INCDIR}" \ LUA_LIB="-L${LUA_LIBDIR} -llua-${LUA_VER}" -USES= gmake lua tar:bzip2 -USE_PGSQL= yes +USES= gmake lua pgsql tar:bzip2 USE_GNOME= libxml2 PLIST_FILES= bin/nodecachefilereader \ |