Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2014 10:53:27 +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: r361609 - head/net/aprsc
Message-ID:  <201407121053.s6CArRNN030176@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Jul 12 10:53:27 2014
New Revision: 361609
URL: http://svnweb.freebsd.org/changeset/ports/361609
QAT: https://qat.redports.org/buildarchive/r361609/

Log:
  net/aprsc: Compile with openssl
  
  The port is intended to be compiled with the base openssl library.
  Set the configure arguments to make that happen.
  
  PR:		189165
  Submitted by:	maintainer (toyo)

Modified:
  head/net/aprsc/Makefile

Modified: head/net/aprsc/Makefile
==============================================================================
--- head/net/aprsc/Makefile	Sat Jul 12 10:46:35 2014	(r361608)
+++ head/net/aprsc/Makefile	Sat Jul 12 10:53:27 2014	(r361609)
@@ -24,4 +24,6 @@ WRKSRC=		${WRKDIR}/${DISTNAME}/src
 GNU_CONFIGURE=	yes
 USES=		perl5 gmake
 
+CONFIGURE_ARGS=	--with-openssl
+
 .include <bsd.port.mk>



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