diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:50:42 +0000 |
commit | 742321c70870f8339d0ac558f88a918b77b56096 (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/sqlmap | |
parent | - Convert ports of news/ and print/ to new USES=python (diff) |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371453
Diffstat (limited to 'security/sqlmap')
-rw-r--r-- | security/sqlmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 1985b4e4a5b4..fa0ddb3496d5 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -13,7 +13,7 @@ COMMENT= Automatic SQL injection tool LICENSE= GPLv2 -USE_PYTHON= 2 +USES= python:2 WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ |