diff options
author | linimon <linimon@FreeBSD.org> | 2007-07-22 12:52:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-07-22 12:52:30 +0800 |
commit | e804f3d2c4f59fb00bdbd64ef948eafa3635578b (patch) | |
tree | d6b6cc4c5ae1c1bcc964f75163c6457cf3b6fe8d /security/pantera | |
parent | 5fe1e15045f53802bed5fc87623271909b3ef0f7 (diff) | |
download | freebsd-ports-gnome-e804f3d2c4f59fb00bdbd64ef948eafa3635578b.tar.gz freebsd-ports-gnome-e804f3d2c4f59fb00bdbd64ef948eafa3635578b.tar.zst freebsd-ports-gnome-e804f3d2c4f59fb00bdbd64ef948eafa3635578b.zip |
Switch dependency from databases/py-MySQLdb-devel to databases/py-MySQLdb,
because the latter is now more up-to-date.
Forgotten by: mnag
Diffstat (limited to 'security/pantera')
-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) |