summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/py-sqlalchemy/Makefile7
-rw-r--r--databases/py-sqlalchemy06/Makefile7
2 files changed, 10 insertions, 4 deletions
diff --git a/databases/py-sqlalchemy/Makefile b/databases/py-sqlalchemy/Makefile
index 19f16a9f0c15..5cfd1082e66c 100644
--- a/databases/py-sqlalchemy/Makefile
+++ b/databases/py-sqlalchemy/Makefile
@@ -26,6 +26,9 @@ USE_PYDISTUTILS= yes
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
+# bypass infrastructure bug
+OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
+
OPTIONS= FIREBIRD "support FireBird" off
OPTIONS+= MSSQL "support MS SQL Server" off
OPTIONS+= MYSQL "support MySql" on
@@ -42,8 +45,8 @@ PORTDOCS= adv_datamapping.html alphaapi.html \
tutorial.html types.html unitofwork.html
.endif
-PORTEXAMPLES= adjacencytree association backref collections graphs \
- pickle polymorph vertical
+PORTEXAMPLES= adjacencytree association backref collections graphs \
+ pickle polymorph vertical
.include <bsd.port.pre.mk>
diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile
index 19f16a9f0c15..5cfd1082e66c 100644
--- a/databases/py-sqlalchemy06/Makefile
+++ b/databases/py-sqlalchemy06/Makefile
@@ -26,6 +26,9 @@ USE_PYDISTUTILS= yes
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
+# bypass infrastructure bug
+OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
+
OPTIONS= FIREBIRD "support FireBird" off
OPTIONS+= MSSQL "support MS SQL Server" off
OPTIONS+= MYSQL "support MySql" on
@@ -42,8 +45,8 @@ PORTDOCS= adv_datamapping.html alphaapi.html \
tutorial.html types.html unitofwork.html
.endif
-PORTEXAMPLES= adjacencytree association backref collections graphs \
- pickle polymorph vertical
+PORTEXAMPLES= adjacencytree association backref collections graphs \
+ pickle polymorph vertical
.include <bsd.port.pre.mk>