diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-08 07:37:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-08 07:37:58 +0800 |
commit | a5a24171d424eeddf9538503273ac7f0fe2c2ff0 (patch) | |
tree | 7e554e02dccac9a5706c5669541ebe921d8d5193 /converters | |
parent | 9fdcda67ffe231449956d4d3b8f59460034cf0d2 (diff) | |
download | freebsd-ports-graphics-a5a24171d424eeddf9538503273ac7f0fe2c2ff0.tar.gz freebsd-ports-graphics-a5a24171d424eeddf9538503273ac7f0fe2c2ff0.tar.zst freebsd-ports-graphics-a5a24171d424eeddf9538503273ac7f0fe2c2ff0.zip |
Convert to USES=libtool pgsql
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 \ |