Date: Sat, 10 Sep 2016 23:28:48 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421756 - head/net-p2p/btpd Message-ID: <201609102328.u8ANSmdK074771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609102328.u8ANSmdK074771>