diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 06:26:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 06:26:43 +0000 |
commit | db910bd9bb965021951c265e586776e2b4123879 (patch) | |
tree | 8c3e5d3cc2e77cb13f613dee08fca386981ab460 /databases/mysql-workbench51 | |
parent | 0069e762184a9ad4f93ef1ffdf3a8c4fd21d8e8a (diff) |
Notes
Diffstat (limited to 'databases/mysql-workbench51')
-rw-r--r-- | databases/mysql-workbench51/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/mysql-workbench51/Makefile b/databases/mysql-workbench51/Makefile index f5fbffc36245..88d9e48b00b9 100644 --- a/databases/mysql-workbench51/Makefile +++ b/databases/mysql-workbench51/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS+= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ MAKE_JOBS_UNSAFE= yes -OPTIONS= PYTHON "Enable Python scripting and modules" off +OPTIONS_DEFINE= PYTHON USE_AUTOTOOLS= autoheader autoconf automake aclocal libtool AUTOMAKE_ARGS= --add-missing --foreign @@ -61,9 +61,8 @@ USE_MYSQL= client DEFAULT_MYSQL_VER= 51 IGNORE_WITH_MYSQL= 41 55 -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} CONFIGURE_ARGS+= --enable-python-modules -WITH_PYTHON= yes .endif run-autotools-aclocal: |