diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-08 10:52:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-08 10:52:14 +0000 |
commit | f814aa50ff000003a87bd07ec7c5d0b39b733604 (patch) | |
tree | a3cc7d8fdfe53a07320cd635116abf114d006dff /converters | |
parent | 9c60da33fc7546e3341a64daf1149b9950a819e7 (diff) | |
download | ports-f814aa50ff000003a87bd07ec7c5d0b39b733604.tar.gz ports-f814aa50ff000003a87bd07ec7c5d0b39b733604.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/osm2pgsql/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/converters/osm2pgsql/Makefile b/converters/osm2pgsql/Makefile index 9efe48bab04d..4536a8baf24d 100644 --- a/converters/osm2pgsql/Makefile +++ b/converters/osm2pgsql/Makefile @@ -3,7 +3,7 @@ PORTNAME= osm2pgsql PORTVERSION= 0.84.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= converters geography MAINTAINER= amdmi3@FreeBSD.org @@ -19,13 +19,12 @@ USE_GITHUB= yes GH_ACCOUNT= openstreetmap GH_COMMIT= 237b125 -USES= libtool -GNU_CONFIGURE= yes +USES= gmake libtool lua pgsql tar:bzip2 USE_AUTOTOOLS= autoconf automake aclocal autoheader libtoolize +AUTOMAKE_ARGS= -a -c -f CONFIGURE_ARGS= LUA="${LUA_CMD}" \ LUA_INCLUDE="-I${LUA_INCDIR}" \ LUA_LIB="-L${LUA_LIBDIR} -llua-${LUA_VER}" -USES= gmake lua pgsql tar:bzip2 USE_GNOME= libxml2 PLIST_FILES= bin/nodecachefilereader \ @@ -39,9 +38,6 @@ PORTDATA= * post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/m4/*.m4 -run-autotools: - cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} |