svn commit: r421791 - head/security/pev

John Marino marino at FreeBSD.org
Sun Sep 11 04:51:30 UTC 2016


Author: marino
Date: Sun Sep 11 04:51:28 2016
New Revision: 421791
URL: https://svnweb.freebsd.org/changeset/ports/421791

Log:
  security/pev: Add SSL flags
  
  Approved by:	SSL blanket

Modified:
  head/security/pev/Makefile

Modified: head/security/pev/Makefile
==============================================================================
--- head/security/pev/Makefile	Sun Sep 11 04:37:07 2016	(r421790)
+++ head/security/pev/Makefile	Sun Sep 11 04:51:28 2016	(r421791)
@@ -16,11 +16,11 @@ LIB_DEPENDS=	libpcre.so:devel/pcre
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		gmake
+USES=		gmake ssl
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
 
 MAKE_ARGS=	MAKE=${MAKE_CMD}
-CFLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-I${OPENSSLINC} -I${LOCALBASE}/include
+LDFLAGS+=	-L${OPENSSLLIB}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list