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/gwee | |
parent | d45fbf3040b3448bc804ff8be8a816d15ea3f92a (diff) |
Notes
Diffstat (limited to 'security/gwee')
-rw-r--r-- | security/gwee/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/gwee/Makefile b/security/gwee/Makefile index 896e4507dbb0..3f419599047a 100644 --- a/security/gwee/Makefile +++ b/security/gwee/Makefile @@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= UNIX/utilities MAINTAINER= ports@FreeBSD.org COMMENT= Tool to exploit command execution vulnerabilities in web scripts -USES= perl5 +USES= perl5 python USE_OPENSSL= yes -USE_PYTHON= yes LDFLAGS+= -lssl -lcrypto CFLAGS+= -DWITH_SSL |