aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-09-11 09:58:30 +0800
committermarino <marino@FreeBSD.org>2016-09-11 09:58:30 +0800
commit3875572cef871807254f736dd104742d9de544ce (patch)
tree9c25048292fe2251be7ce03d9db48d2c94db3fcd
parent6729a6d095f36981828e40b4c6b1d0fb83648996 (diff)
downloadfreebsd-ports-gnome-3875572cef871807254f736dd104742d9de544ce.tar.gz
freebsd-ports-gnome-3875572cef871807254f736dd104742d9de544ce.tar.zst
freebsd-ports-gnome-3875572cef871807254f736dd104742d9de544ce.zip
security/gwee: Add SSL flags
-rw-r--r--security/gwee/Makefile7
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