aboutsummaryrefslogtreecommitdiff
path: root/net/http_ping
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-11 00:37:12 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-11 00:37:12 +0000
commit29b68e6c3c2eb5fd516de462d328aeee28065b2c (patch)
tree78020278569a919e9f0f8380ea601c047e14dee0 /net/http_ping
parent6fe7e702559407685c3bf431e9eae6baa5b3b78f (diff)
downloadports-29b68e6c3c2eb5fd516de462d328aeee28065b2c.tar.gz
ports-29b68e6c3c2eb5fd516de462d328aeee28065b2c.zip
Notes
Diffstat (limited to 'net/http_ping')
-rw-r--r--net/http_ping/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile
index f650fa3bdc27..6382391775c7 100644
--- a/net/http_ping/Makefile
+++ b/net/http_ping/Makefile
@@ -11,8 +11,10 @@ DISTNAME= ${PORTNAME}_29jun2005
MAINTAINER= hrs@FreeBSD.org
COMMENT= Measure HTTP Latency
-USE_OPENSSL= yes
+USES= ssl
WRKSRC= ${WRKDIR}/${PORTNAME}
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB}
PLIST_FILES= bin/http_ping man/man1/http_ping.1.gz
.include <bsd.port.mk>