Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 15:41:40 +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: r421704 - head/devel/libmonetra
Message-ID:  <201609101541.u8AFfecs094515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 10 15:41:40 2016
New Revision: 421704
URL: https://svnweb.freebsd.org/changeset/ports/421704

Log:
  devel/libmonetra: document SSL requirement; configure correct SSL base
  
  Approved by:	SSL blanket

Modified:
  head/devel/libmonetra/Makefile

Modified: head/devel/libmonetra/Makefile
==============================================================================
--- head/devel/libmonetra/Makefile	Sat Sep 10 15:32:50 2016	(r421703)
+++ head/devel/libmonetra/Makefile	Sat Sep 10 15:41:40 2016	(r421704)
@@ -12,8 +12,9 @@ MAINTAINER=	brad@monetra.com
 COMMENT=	Library for credit card processing through Monetra (formerly MCVE)
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool
+USES=		gmake libtool ssl
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
+
+CONFIGURE_ARGS+=	--with-ssl=${OPENSSLBASE}
 
 .include <bsd.port.mk>



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