diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
commit | 500826a809bbd71edc62d48f1474e0df300807af (patch) | |
tree | d239b6db58366e22a201e225b4bcdd4808c68c94 /databases/mysql-workbench52 | |
parent | eec3d3cd706f56930b5cff07e273af3290d9359d (diff) | |
download | freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.tar.gz freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.tar.zst freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.zip |
Convert to USES=autoreconf
Diffstat (limited to 'databases/mysql-workbench52')
-rw-r--r-- | databases/mysql-workbench52/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/mysql-workbench52/Makefile b/databases/mysql-workbench52/Makefile index 5eeccfd88c9e..b594379347cd 100644 --- a/databases/mysql-workbench52/Makefile +++ b/databases/mysql-workbench52/Makefile @@ -33,9 +33,9 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ OPTIONS_DEFINE= PYTHON_UTILS UNIXODBC PYTHON_UTILS_DESC= Python scripts useful for administering MySQL -USES= compiler:gcc-c++11-lib desktop-file-utils gettext gmake iconv \ - libtool lua:51 pathfix pkgconfig python:2 shared-mime-info \ - shebangfix +USES= autoreconf compiler:gcc-c++11-lib desktop-file-utils gettext \ + gmake iconv libtool lua:51 pathfix pkgconfig python:2 \ + shared-mime-info shebangfix SHEBANG_FILES= ext/ctemplate/ctemplate-src/src/htmlparser/*.py \ ext/mysql-utilities/*.py \ ext/mysql-utilities/scripts/*.py \ @@ -51,8 +51,6 @@ USE_GL= gl USE_GNOME= gtk20 libxml2 USE_MYSQL= client USE_SQLITE= 3 -USE_AUTOTOOLS= libtoolize aclocal automake autoheader autoconf -AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign GNU_CONFIGURE= yes CONFIGURE_ENV= LUA_CFLAGS="$$(pkg-config --cflags lua-${LUA_VER})" \ LUA_LIBS="$$(pkg-config --libs lua-${LUA_VER})" \ |