svn commit: r421822 - head/security/yara

Antoine Brodin antoine at FreeBSD.org
Sun Sep 11 14:19:17 UTC 2016


Author: antoine
Date: Sun Sep 11 14:19:16 2016
New Revision: 421822
URL: https://svnweb.freebsd.org/changeset/ports/421822

Log:
  Honor SSL_DEFAULT

Modified:
  head/security/yara/Makefile

Modified: head/security/yara/Makefile
==============================================================================
--- head/security/yara/Makefile	Sun Sep 11 14:14:49 2016	(r421821)
+++ head/security/yara/Makefile	Sun Sep 11 14:19:16 2016	(r421822)
@@ -19,5 +19,7 @@ INSTALL_TARGET=	install-strip
 USES=		alias autoreconf libtool pathfix ssl
 USE_LDCONFIG=	yes
 PATHFIX_MAKEFILEIN=	Makefile.am
+CPPFLAGS+=	-I${OPENSSLINC}
+LIBS+=		-L${OPENSSLLIB}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list