diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-07-22 04:52:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-07-22 04:52:30 +0000 |
commit | 1c609bc5239525b7bf418118b55e25402d94e6ff (patch) | |
tree | d536d9431d8635a5850aec40f10760c1f93ec5b5 | |
parent | 2e85070f37fb389e4b5623338e0730b3662d00a9 (diff) | |
download | ports-1c609bc5239525b7bf418118b55e25402d94e6ff.tar.gz ports-1c609bc5239525b7bf418118b55e25402d94e6ff.zip |
Notes
-rw-r--r-- | security/pantera/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pantera/Makefile b/security/pantera/Makefile index be24f1b6f278..e1a362dc3e01 100644 --- a/security/pantera/Makefile +++ b/security/pantera/Makefile @@ -16,7 +16,7 @@ MAINTAINER= onatan@gmail.com COMMENT= Web Application Penetration Testing Suite BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \ - ${PYTHON_SITELIBDIR}/MySQLdb/connections.pyc:${PORTSDIR}/databases/py-MySQLdb-devel + ${PYTHON_SITELIBDIR}/MySQLdb/connections.pyc:${PORTSDIR}/databases/py-MySQLdb RUN_DEPENDS= ${BUILD_DEPENDS} .if !defined(WITHOUT_MYSQL_SERVER) |