mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix Options bug
PR: 108332 Submitted by: miwi Approved by: maintainer
This commit is contained in:
parent
20413ecb08
commit
bd74ddce82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183448
2 changed files with 10 additions and 4 deletions
|
@ -26,6 +26,9 @@ USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||||
|
|
||||||
|
# bypass infrastructure bug
|
||||||
|
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||||
|
|
||||||
OPTIONS= FIREBIRD "support FireBird" off
|
OPTIONS= FIREBIRD "support FireBird" off
|
||||||
OPTIONS+= MSSQL "support MS SQL Server" off
|
OPTIONS+= MSSQL "support MS SQL Server" off
|
||||||
OPTIONS+= MYSQL "support MySql" on
|
OPTIONS+= MYSQL "support MySql" on
|
||||||
|
|
|
@ -26,6 +26,9 @@ USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||||
|
|
||||||
|
# bypass infrastructure bug
|
||||||
|
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||||
|
|
||||||
OPTIONS= FIREBIRD "support FireBird" off
|
OPTIONS= FIREBIRD "support FireBird" off
|
||||||
OPTIONS+= MSSQL "support MS SQL Server" off
|
OPTIONS+= MSSQL "support MS SQL Server" off
|
||||||
OPTIONS+= MYSQL "support MySql" on
|
OPTIONS+= MYSQL "support MySql" on
|
||||||
|
|
Loading…
Add table
Reference in a new issue