svn commit: r382584 - head/databases/vsqlite

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:04:21 UTC 2015


Author: bapt
Date: Sun Mar 29 11:04:20 2015
New Revision: 382584
URL: https://svnweb.freebsd.org/changeset/ports/382584
QAT: https://qat.redports.org/buildarchive/r382584/

Log:
  Convert to USES=autoreconf

Modified:
  head/databases/vsqlite/Makefile

Modified: head/databases/vsqlite/Makefile
==============================================================================
--- head/databases/vsqlite/Makefile	Sun Mar 29 11:02:59 2015	(r382583)
+++ head/databases/vsqlite/Makefile	Sun Mar 29 11:04:20 2015	(r382584)
@@ -18,9 +18,8 @@ GH_PROJECT=	vsqlite--
 GH_TAGNAME=	1bc5a98
 GH_COMMIT=	1bc5a98
 
-USES=		compiler:c++0x libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	-a -c -f
+USES=		autoreconf compiler:c++0x libtool
+GNU_CONFIGURE=	yes
 USE_SQLITE=	3
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list