aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>