svn commit: r526433 - head/graphics/openshadinglanguage

Steve Wills swills at FreeBSD.org
Mon Feb 17 21:52:58 UTC 2020


Author: swills
Date: Mon Feb 17 21:52:57 2020
New Revision: 526433
URL: https://svnweb.freebsd.org/changeset/ports/526433

Log:
  graphics/openshadinglanguage: allow using base ncurses
  
  PR:		244140
  Approved by:	Shane <FreeBSD at ShaneWare.Biz> (maintainer)

Modified:
  head/graphics/openshadinglanguage/Makefile   (contents, props changed)

Modified: head/graphics/openshadinglanguage/Makefile
==============================================================================
--- head/graphics/openshadinglanguage/Makefile	Mon Feb 17 21:23:49 2020	(r526432)
+++ head/graphics/openshadinglanguage/Makefile	Mon Feb 17 21:52:57 2020	(r526433)
@@ -4,7 +4,7 @@
 PORTNAME=	openshadinglanguage
 DISTVERSIONPREFIX=	Release-
 DISTVERSION=	1.10.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics devel
 
 MAINTAINER=	FreeBSD at Shaneware.biz
@@ -14,7 +14,6 @@ LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	llvm-config${LLVM_VER}:devel/llvm${LLVM_VER}
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
-		libtinfo.so:devel/ncurses \
 		libImath.so:graphics/ilmbase \
 		libIlmImf.so:graphics/openexr \
 		libOpenImageIO.so:graphics/openimageio \


More information about the svn-ports-head mailing list