svn commit: r423453 - head/graphics/nplot

Kurt Jaeger pi at FreeBSD.org
Fri Oct 7 07:13:41 UTC 2016


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 \


More information about the svn-ports-all mailing list