Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 21:52:57 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526433 - head/graphics/openshadinglanguage
Message-ID:  <202002172152.01HLqvAN032541@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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 \



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