Date: Thu, 8 Sep 2016 18:10:59 +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: r421573 - head/security/p5-Crypt-SSLeay Message-ID: <201609081810.u88IAxme056028@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Sep 8 18:10:59 2016 New Revision: 421573 URL: https://svnweb.freebsd.org/changeset/ports/421573 Log: security/p5-Crypt-SSLeay: Set CFLAGS to support USES+=ssl Approved by: SSL blanket Modified: head/security/p5-Crypt-SSLeay/Makefile Modified: head/security/p5-Crypt-SSLeay/Makefile ============================================================================== --- head/security/p5-Crypt-SSLeay/Makefile Thu Sep 8 17:53:13 2016 (r421572) +++ head/security/p5-Crypt-SSLeay/Makefile Thu Sep 8 18:10:59 2016 (r421573) @@ -18,9 +18,9 @@ BUILD_DEPENDS= p5-LWP-Protocol-https>=6. p5-Try-Tiny>=0.19:lang/p5-Try-Tiny RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https -USES= perl5 +USES= perl5 ssl USE_PERL5= configure -USE_OPENSSL= yes CONFIGURE_ARGS= --no-live-tests +CFLAGS+= -I${OPENSSLINC} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081810.u88IAxme056028>