Date: Fri, 19 Apr 2019 23:27:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499412 - head/security/certificate-transparency Message-ID: <201904192327.x3JNRMQU023668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Apr 19 23:27:22 2019 New Revision: 499412 URL: https://svnweb.freebsd.org/changeset/ports/499412 Log: Add missing USES=ssl Modified: head/security/certificate-transparency/Makefile Modified: head/security/certificate-transparency/Makefile ============================================================================== --- head/security/certificate-transparency/Makefile Fri Apr 19 23:27:17 2019 (r499411) +++ head/security/certificate-transparency/Makefile Fri Apr 19 23:27:22 2019 (r499412) @@ -25,7 +25,8 @@ LIB_DEPENDS?= libevent.so:devel/libevent \ libsqlite3.so:databases/sqlite3 \ libtcmalloc.so:devel/google-perftools -USES= autoreconf compiler:c++11-lib gmake pkgconfig +USES= autoreconf compiler:c++11-lib gmake pkgconfig ssl + GNU_CONFIGURE= yes CONFIGURE_ENV+= "CFLAGS+=-I${LOCALBASE}/include CXXFLAGS+=-lgtest CXXFLAGS+=-lgmock" MAKE_FLAGS+= "V=1"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904192327.x3JNRMQU023668>