svn commit: r421766 - head/net/http_ping

John Marino marino at FreeBSD.org
Sun Sep 11 00:37:13 UTC 2016


Author: marino
Date: Sun Sep 11 00:37:12 2016
New Revision: 421766
URL: https://svnweb.freebsd.org/changeset/ports/421766

Log:
  net/http_ping: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/net/http_ping/Makefile

Modified: head/net/http_ping/Makefile
==============================================================================
--- head/net/http_ping/Makefile	Sun Sep 11 00:31:43 2016	(r421765)
+++ head/net/http_ping/Makefile	Sun Sep 11 00:37:12 2016	(r421766)
@@ -11,8 +11,10 @@ DISTNAME=	${PORTNAME}_29jun2005
 MAINTAINER=	hrs at 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>


More information about the svn-ports-head mailing list