diff options
Diffstat (limited to 'security/pantera')
-rw-r--r-- | security/pantera/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pantera/Makefile b/security/pantera/Makefile index 32ad963f415e..79e57b26c409 100644 --- a/security/pantera/Makefile +++ b/security/pantera/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-opens ${PYTHON_SITELIBDIR}/MySQLdb/connections.pyc:${PORTSDIR}/databases/py-MySQLdb RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= bad dependency line + .if !defined(WITHOUT_MYSQL_SERVER) BUILD_DEPENDS+= mysql:${PORTSDIR}/databases/mysql${MYSQL_VER}-server .endif |