diff options
-rw-r--r-- | security/gwee/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gwee/Makefile b/security/gwee/Makefile index abcaa044154a..3dfee1106d2e 100644 --- a/security/gwee/Makefile +++ b/security/gwee/Makefile @@ -9,11 +9,10 @@ MASTER_SITES= PACKETSTORM/UNIX/utilities MAINTAINER= ports@FreeBSD.org COMMENT= Tool to exploit command execution vulnerabilities in web scripts -USES= perl5 python -USE_OPENSSL= yes +USES= perl5 python ssl -LDFLAGS+= -lssl -lcrypto -CFLAGS+= -DWITH_SSL +LDFLAGS+= -L${OPENSSLLIB} -lssl -lcrypto +CFLAGS+= -I${OPENSSLINC} -DWITH_SSL PLIST_FILES= bin/gwee man/man1/gwee.1.gz |