Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 11:15:16 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471362 - head/audio/supercollider
Message-ID:  <201806021115.w52BFGOu087132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jun  2 11:15:15 2018
New Revision: 471362
URL: https://svnweb.freebsd.org/changeset/ports/471362

Log:
  audio/supercollider: Remove unused CMAKE_ENV
  
  CMAKE_ENV has not been supported since 2015.  The build has never
  used it so replacing it with CONFIGURE_ENV should not be needed.
  
  It was added in r436552 by me.

Modified:
  head/audio/supercollider/Makefile

Modified: head/audio/supercollider/Makefile
==============================================================================
--- head/audio/supercollider/Makefile	Sat Jun  2 10:56:11 2018	(r471361)
+++ head/audio/supercollider/Makefile	Sat Jun  2 11:15:15 2018	(r471362)
@@ -29,7 +29,6 @@ USE_LDCONFIG=	yes
 
 WRKSRC=		${WRKDIR}/SuperCollider-Source
 
-CMAKE_ENV=	PKG_CONFIG_PATH=${LOCALBASE}/libdata/pkgconfig
 CMAKE_ARGS=	-DCMAKE_PREFIX_PATH=${LOCALBASE}/lib/qt5 \
 		-DLIBUSB_1_INCLUDE_DIR=/usr/include \
 		-DLIBUSB_1_LIBRARY=/usr/lib/libusb.so \



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