diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-09 08:22:19 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-10-09 08:22:19 +0000 |
commit | 42ab9bb812046f8357eb620c3dd4d37930fb6842 (patch) | |
tree | 73ff9c8a875b5ccdc4bfeaf50604f71ad86c4876 /security/shttpscanner | |
parent | bafc0a270fcd56e8bf2887348883df9aa305a8b3 (diff) | |
download | ports-42ab9bb812046f8357eb620c3dd4d37930fb6842.tar.gz ports-42ab9bb812046f8357eb620c3dd4d37930fb6842.zip |
- Require gcc 3.4+
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=175054
Diffstat (limited to 'security/shttpscanner')
-rw-r--r-- | security/shttpscanner/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/shttpscanner/Makefile b/security/shttpscanner/Makefile index f53a7779b2cc..6db84fa0d61c 100644 --- a/security/shttpscanner/Makefile +++ b/security/shttpscanner/Makefile @@ -16,6 +16,7 @@ COMMENT= Simple HTTP scanner USE_ZIP= yes USE_DOS2UNIX= yes +USE_GCC= 3.4+ PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/requests.txt %%DATADIR%%/subdomains.txt PLIST_DIRS= %%DATADIR%% |