Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Oct 2016 07:13:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423453 - head/graphics/nplot
Message-ID:  <201610070713.u977Decn002526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Fri Oct  7 07:13:40 2016
New Revision: 423453
URL: https://svnweb.freebsd.org/changeset/ports/423453

Log:
  graphics/nplot: USE_OPENSSL -> USES=ssl
  
  PR:		212775
  Submitted by:	mat

Modified:
  head/graphics/nplot/Makefile

Modified: head/graphics/nplot/Makefile
==============================================================================
--- head/graphics/nplot/Makefile	Fri Oct  7 07:10:45 2016	(r423452)
+++ head/graphics/nplot/Makefile	Fri Oct  7 07:13:40 2016	(r423453)
@@ -18,9 +18,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mhowlett
 GH_TAGNAME=	9a92e78
 
-USE_OPENSSL=	yes
 SUB_FILES=	NPlot.pc
-USES=		mono
+USES=		mono ssl
 
 PLIST_FILES=	lib/mono/NPlot/NPlot.dll \
 		lib/mono/gac/NPlot/0.9.11.0__1d82a50c5d01c44e/NPlot.dll \



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