summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-07-22 04:52:30 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-07-22 04:52:30 +0000
commit1c609bc5239525b7bf418118b55e25402d94e6ff (patch)
treed536d9431d8635a5850aec40f10760c1f93ec5b5
parentDrop 4.X statistics. They are half-a-year stale. (diff)
Switch dependency from databases/py-MySQLdb-devel to databases/py-MySQLdb,
because the latter is now more up-to-date. Forgotten by: mnag
-rw-r--r--security/pantera/Makefile2
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)