diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-29 19:04:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-29 19:04:20 +0800 |
commit | d12b240371131aa4bddffc39e1455b87f2f7678c (patch) | |
tree | d45cdeef1935b129bf22501b618bb4d748584854 /databases | |
parent | 35bceb925c5a3e819ac269a3276b82f9d45152bf (diff) | |
download | freebsd-ports-gnome-d12b240371131aa4bddffc39e1455b87f2f7678c.tar.gz freebsd-ports-gnome-d12b240371131aa4bddffc39e1455b87f2f7678c.tar.zst freebsd-ports-gnome-d12b240371131aa4bddffc39e1455b87f2f7678c.zip |
Convert to USES=autoreconf
Diffstat (limited to 'databases')
-rw-r--r-- | databases/vsqlite/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index df9d16809285..e269878bd4ba 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -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 |