aboutsummaryrefslogtreecommitdiff
path: root/audio/supercollider
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-06-02 11:15:15 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-06-02 11:15:15 +0000
commit3d3f069e87f70402267e191742e6caca2d240e1c (patch)
tree07b0db1b1a0586a4a5a2009d50aa66682501006d /audio/supercollider
parent115b9a0a8e841cfb55522cc384fc8a05e39ef48e (diff)
downloadports-3d3f069e87f70402267e191742e6caca2d240e1c.tar.gz
ports-3d3f069e87f70402267e191742e6caca2d240e1c.zip
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.
Notes
Notes: svn path=/head/; revision=471362
Diffstat (limited to 'audio/supercollider')
-rw-r--r--audio/supercollider/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile
index e739afeaca8a..f9921c0dfdfc 100644
--- a/audio/supercollider/Makefile
+++ b/audio/supercollider/Makefile
@@ -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 \