summaryrefslogtreecommitdiff
path: root/databases/py-sqlalchemy06/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlalchemy06/Makefile')
-rw-r--r--databases/py-sqlalchemy06/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile
index a571f98632a9..f2dce404b845 100644
--- a/databases/py-sqlalchemy06/Makefile
+++ b/databases/py-sqlalchemy06/Makefile
@@ -25,12 +25,11 @@ OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= CEXTENSIONS DOCS EXAMPLES NOSE
OPTIONS_MULTI= BACKEND
-OPTIONS_MULTI_BACKEND= FIREBIRD MSSQL MYSQL PGSQL SQLITE SYBASE
+OPTIONS_MULTI_BACKEND= MSSQL MYSQL PGSQL SQLITE SYBASE
OPTIONS_DEFAULT= MYSQL PGSQL SQLITE
CEXTENSIONS_DESC= C extension to speed up the SQL layer
-FIREBIRD_DESC= FireBird backend
MSSQL_DESC= MS SQL Server backend
NOSE_DESC= Use Nose for unit tests
SYBASE_DESC= Sybase backend
@@ -53,10 +52,6 @@ AL_PORTDOCS= *.html *.js
AL_PORTDOCS_SUBDIR= core dialects orm
.endif
-.if ${PORT_OPTIONS:MFIREBIRD}
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/kinterbasdb/__init__.py:${PORTSDIR}/databases/kinterbasdb
-.endif
-
.if ${PORT_OPTIONS:MMSSQL}
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:${PORTSDIR}/databases/py-mssql
.endif