svn commit: r409778 - head/databases/mysql-workbench52
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Feb 28 22:26:11 UTC 2016
Author: rakuco
Date: Sun Feb 28 22:26:10 2016
New Revision: 409778
URL: https://svnweb.freebsd.org/changeset/ports/409778
Log:
Switch from USE_SQLITE=3 to USES=sqlite.
Modified:
head/databases/mysql-workbench52/Makefile
Modified: head/databases/mysql-workbench52/Makefile
==============================================================================
--- head/databases/mysql-workbench52/Makefile Sun Feb 28 22:18:45 2016 (r409777)
+++ head/databases/mysql-workbench52/Makefile Sun Feb 28 22:26:10 2016 (r409778)
@@ -39,7 +39,7 @@ PYTHON_UTILS_DESC= Python scripts useful
USES= autoreconf compiler:gcc-c++11-lib desktop-file-utils gettext \
gmake iconv libtool lua:51 pathfix pkgconfig python:2 \
- shared-mime-info shebangfix
+ shared-mime-info shebangfix sqlite
SHEBANG_FILES= ext/ctemplate/ctemplate-src/src/htmlparser/*.py \
ext/mysql-utilities/*.py \
ext/mysql-utilities/scripts/*.py \
@@ -54,7 +54,6 @@ SHEBANG_FILES= ext/ctemplate/ctemplate-s
USE_GL= gl
USE_GNOME= gtk20 libxml2
USE_MYSQL= client
-USE_SQLITE= 3
GNU_CONFIGURE= yes
CONFIGURE_ENV= LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \
LUA_LIBS="$$(pkg-config --libs lua-${LUA_VER})" \
More information about the svn-ports-head
mailing list