diff options
author | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-25 00:50:42 +0800 |
commit | ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d (patch) | |
tree | 13162908585c4f1c4a190de09a7b7dd8f6e58eb2 /security/gwee | |
parent | 74a3c07b695eef5aba924290f7d537c710b1233e (diff) | |
download | freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.gz freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.tar.zst freebsd-ports-gnome-ec8b5f2cdebe3e3f03e78fc0466783bf71a24e4d.zip |
- Convert ports of science/ and security to new USES=python
Approved by: portmgr (implicit)
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 |