svn commit: r421767 - head/net/ipdecap

John Marino marino at FreeBSD.org
Sun Sep 11 00:41:51 UTC 2016


Author: marino
Date: Sun Sep 11 00:41:49 2016
New Revision: 421767
URL: https://svnweb.freebsd.org/changeset/ports/421767

Log:
  net/ipdecap: document SSL requirement and add its flags
  
  Approved by:	SSL blankte

Modified:
  head/net/ipdecap/Makefile

Modified: head/net/ipdecap/Makefile
==============================================================================
--- head/net/ipdecap/Makefile	Sun Sep 11 00:37:12 2016	(r421766)
+++ head/net/ipdecap/Makefile	Sun Sep 11 00:41:49 2016	(r421767)
@@ -22,7 +22,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	lpefferkorn
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf gmake
+USES=		autoreconf gmake ssl
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 
 regression-test: extract
 	cd ${WRKSRC}/unit_tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check


More information about the svn-ports-head mailing list