1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Mark BROKEN: bad dependency line

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-10-24 22:09:15 +00:00
parent 67c49c2999
commit 55de9ee51e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263538

View File

@ -27,6 +27,7 @@ OPTIONS+= POSTGRESQL "psycopg support" on
.if defined(WITH_MYSQL) .if defined(WITH_MYSQL)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
BROKEN= bad dependency line
.endif .endif
.if defined(WITH_POSTGRESQL) .if defined(WITH_POSTGRESQL)