summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-27 23:44:00 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-27 23:44:00 +0000
commitbd74ddce82846d5bddc7a872aa87c55985ed2e0c (patch)
tree7913c18587c4462672a450387ee2bbcb85537ff0 /databases/py-sqlalchemy
parent- Update to 200701.r1 (diff)
- Fix Options bug
PR: 108332 Submitted by: miwi Approved by: maintainer
Notes
Notes: svn path=/head/; revision=183448
Diffstat (limited to 'databases/py-sqlalchemy')
-rw-r--r--databases/py-sqlalchemy/Makefile7
1 files changed, 5 insertions, 2 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>