svn commit: r421817 - head/security/tcpcrypt

John Marino marino at FreeBSD.org
Sun Sep 11 13:37:42 UTC 2016


Author: marino
Date: Sun Sep 11 13:37:41 2016
New Revision: 421817
URL: https://svnweb.freebsd.org/changeset/ports/421817

Log:
  security/tcpcrypt: Document SSL requirement and set its flags
  
  Approved by:	SSL blanket

Modified:
  head/security/tcpcrypt/Makefile

Modified: head/security/tcpcrypt/Makefile
==============================================================================
--- head/security/tcpcrypt/Makefile	Sun Sep 11 12:44:15 2016	(r421816)
+++ head/security/tcpcrypt/Makefile	Sun Sep 11 13:37:41 2016	(r421817)
@@ -16,7 +16,9 @@ GH_ACCOUNT=	scslab
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		autoreconf libtool
+USES=		autoreconf libtool ssl
+CFLAGS+=	-I${OPENSSLINC}
+LDFLAGS+=	-L${OPENSSLLIB}
 INSTALL_TARGET=	install-strip
 
 USERS=		tcpcryptd


More information about the svn-ports-head mailing list