svn commit: r421628 - head/audio/re

John Marino marino at FreeBSD.org
Fri Sep 9 19:17:30 UTC 2016


Author: marino
Date: Fri Sep  9 19:17:28 2016
New Revision: 421628
URL: https://svnweb.freebsd.org/changeset/ports/421628

Log:
  audio/re: Set to use correct openssl headers
  
  Approved by:	SSL blanket

Modified:
  head/audio/re/Makefile

Modified: head/audio/re/Makefile
==============================================================================
--- head/audio/re/Makefile	Fri Sep  9 19:12:55 2016	(r421627)
+++ head/audio/re/Makefile	Fri Sep  9 19:17:28 2016	(r421628)
@@ -11,9 +11,9 @@ COMMENT=	Library for real-time comms wit
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
-USES=		gmake
+USES=		gmake ssl
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
+MAKE_ARGS+=	SYSROOT_ALT=${OPENSSLBASE}
 
 PORTDATA=	re.mk
 


More information about the svn-ports-all mailing list