Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 00:41:49 +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: r421767 - head/net/ipdecap
Message-ID:  <201609110041.u8B0fne9003326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110041.u8B0fne9003326>