diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
commit | e836ab008ac38916a93472f2840e03e2e8470ef5 (patch) | |
tree | 1485083919fd5b153bf056ea17ac895ea758a8a9 /databases/mysql-workbench52/Makefile | |
parent | 35d8b48dff5490ff5d7232109c287da637b58811 (diff) |
Notes
Diffstat (limited to 'databases/mysql-workbench52/Makefile')
-rw-r--r-- | databases/mysql-workbench52/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/mysql-workbench52/Makefile b/databases/mysql-workbench52/Makefile index e5c15b246cd4..916b930ef56e 100644 --- a/databases/mysql-workbench52/Makefile +++ b/databases/mysql-workbench52/Makefile @@ -33,7 +33,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ OPTIONS_DEFINE= PYTHON_UTILS UNIXODBC PYTHON_UTILS_DESC= Python scripts useful for administering MySQL -USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ +USES= desktop-file-utils gettext gmake libtool lua:51 pathfix pkgconfig \ shebangfix shared-mime-info SHEBANG_FILES= ext/ctemplate/ctemplate-src/src/htmlparser/*.py \ ext/mysql-utilities/*.py \ @@ -50,8 +50,6 @@ USE_GCC= any USE_GL= gl USE_GNOME= gnomehier gtk20 libxml2 USE_PYTHON= 2 -USE_LUA= 5.1 -LUA_COMPS= lua USE_MYSQL= client USE_SQLITE= 3 USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf |