diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index f8695e03977b..2aa345befe90 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ USE_GITHUB= yes GH_ACCOUNT= openstreetmap -USES= autoreconf gmake libtool lua pgsql tar:bzip2 +USES= autoreconf gmake libtool lua pgsql GNU_CONFIGURE= yes CONFIGURE_ARGS= LUA="${LUA_CMD}" \ LUA_INCLUDE="-I${LUA_INCDIR}" \ |