Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2016 19:17:29 +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: r421628 - head/audio/re
Message-ID:  <201609091917.u89JHTo5027459@repo.freebsd.org>

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



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