svn commit: r361609 - head/net/aprsc

John Marino marino at FreeBSD.org
Sat Jul 12 10:53:28 UTC 2014


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>


More information about the svn-ports-all mailing list