svn commit: r421756 - head/net-p2p/btpd

John Marino marino at FreeBSD.org
Sat Sep 10 23:28:49 UTC 2016


Author: marino
Date: Sat Sep 10 23:28:48 2016
New Revision: 421756
URL: https://svnweb.freebsd.org/changeset/ports/421756

Log:
  net-p2p:btpd: configure SSL base properly

Modified:
  head/net-p2p/btpd/Makefile

Modified: head/net-p2p/btpd/Makefile
==============================================================================
--- head/net-p2p/btpd/Makefile	Sat Sep 10 23:19:26 2016	(r421755)
+++ head/net-p2p/btpd/Makefile	Sat Sep 10 23:28:48 2016	(r421756)
@@ -15,9 +15,9 @@ LICENSE_COMB=	multi
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME}
 
-USES=		autoreconf
-USE_OPENSSL=	yes
+USES=		autoreconf ssl
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--with-openssl=${OPENSSLBASE}
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list