Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 11:04:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382584 - head/databases/vsqlite
Message-ID:  <201503291104.t2TB4LTW050797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503291104.t2TB4LTW050797>