svn commit: r353227 - head/converters/osm2pgsql

Baptiste Daroussin bapt at FreeBSD.org
Wed May 7 23:37:59 UTC 2014


Author: bapt
Date: Wed May  7 23:37:58 2014
New Revision: 353227
URL: http://svnweb.freebsd.org/changeset/ports/353227
QAT: https://qat.redports.org/buildarchive/r353227/

Log:
  Convert to USES=libtool pgsql

Modified:
  head/converters/osm2pgsql/Makefile

Modified: head/converters/osm2pgsql/Makefile
==============================================================================
--- head/converters/osm2pgsql/Makefile	Wed May  7 23:37:53 2014	(r353226)
+++ head/converters/osm2pgsql/Makefile	Wed May  7 23:37:58 2014	(r353227)
@@ -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 \


More information about the svn-ports-all mailing list