diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-24 22:09:15 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-24 22:09:15 +0000 |
commit | 55de9ee51ebada7b19e122b655b6111b204447a8 (patch) | |
tree | 4f1ebb7e1b899f18f8c33c62a62deb5cba6f1809 /www/session2 | |
parent | 67c49c29996bfe3a5dd13dbf6809eebeeb657464 (diff) |
Notes
Diffstat (limited to 'www/session2')
-rw-r--r-- | www/session2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/session2/Makefile b/www/session2/Makefile index 6798570d983d..233496068cce 100644 --- a/www/session2/Makefile +++ b/www/session2/Makefile @@ -27,6 +27,7 @@ OPTIONS+= POSTGRESQL "psycopg support" on .if defined(WITH_MYSQL) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb +BROKEN= bad dependency line .endif .if defined(WITH_POSTGRESQL) |