diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-11 00:37:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-11 00:37:12 +0000 |
commit | 29b68e6c3c2eb5fd516de462d328aeee28065b2c (patch) | |
tree | 78020278569a919e9f0f8380ea601c047e14dee0 | |
parent | 6fe7e702559407685c3bf431e9eae6baa5b3b78f (diff) | |
download | ports-29b68e6c3c2eb5fd516de462d328aeee28065b2c.tar.gz ports-29b68e6c3c2eb5fd516de462d328aeee28065b2c.zip |
Notes
-rw-r--r-- | net/http_ping/Makefile | 4 |
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> |