diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-03 01:12:59 +0000 |
commit | 313cb94889a01069af757dfb7947681bbe82b1e3 (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /security/sqlmap | |
parent | - Attempt to fix build on systems without gcc (error was: (diff) |
Part 2 at removing now useless FETCH_ARGS redifition
Notes
Notes:
svn path=/head/; revision=338513
Diffstat (limited to 'security/sqlmap')
-rw-r--r-- | security/sqlmap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 84e1cfa695f8..f4d51ca85dfb 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -13,7 +13,6 @@ COMMENT= Automatic SQL injection tool LICENSE= GPLv2 -FETCH_ARGS= -pRr USE_PYTHON= -2.7 WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= ${PORTNAME}.sh |