diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-04 14:13:19 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-09-04 14:13:19 +0000 |
commit | 7b13ef3cc0b13f4ce337bbf2c3ac50f8be7e1d96 (patch) | |
tree | f0a76da1190b92a5fe288503eb9b34f31f87bf70 /audio/supercollider/Makefile | |
parent | bdf7c294d0f5242e44a95c8cfaf36617e4b2b1a5 (diff) | |
download | ports-7b13ef3cc0b13f4ce337bbf2c3ac50f8be7e1d96.tar.gz ports-7b13ef3cc0b13f4ce337bbf2c3ac50f8be7e1d96.zip |
Notes
Diffstat (limited to 'audio/supercollider/Makefile')
-rw-r--r-- | audio/supercollider/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile index 667023be6614..177e9605b7dc 100644 --- a/audio/supercollider/Makefile +++ b/audio/supercollider/Makefile @@ -22,7 +22,7 @@ USES= cmake compiler:c++11-lang iconv localbase pkgconfig \ qt:5 readline shared-mime-info tar:bzip2 xorg USE_QT= buildtools_build concurrent core declarative gui linguisttools location \ network opengl printsupport qmake_build sensors \ - sql widgets webengine websockets webchannel svg + sql widgets websockets webchannel svg USE_XORG= x11 USE_LDCONFIG= yes @@ -53,7 +53,9 @@ SUPERNOVA_CMAKE_BOOL= SUPERNOVA .include <bsd.port.pre.mk> .if ! ${ARCH} == amd64 && ! ${ARCH} == i386 -CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE +CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE -DSC_USE_QTWEBENGINE:BOOL=FALSE +.else +USE_QT+= webengine .endif .include <bsd.port.post.mk> |