diff options
author | linimon <linimon@FreeBSD.org> | 2019-09-25 20:16:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-09-25 20:16:40 +0800 |
commit | 8caf0a0358d1bec6b99f44aac1de13aa50de7853 (patch) | |
tree | a6f20fa6b39260da4e72498ee58b4dfd29a9806d /audio | |
parent | dad5147a36e60bce83786b217904e030ccd2c5b2 (diff) | |
download | freebsd-ports-gnome-8caf0a0358d1bec6b99f44aac1de13aa50de7853.tar.gz freebsd-ports-gnome-8caf0a0358d1bec6b99f44aac1de13aa50de7853.tar.zst freebsd-ports-gnome-8caf0a0358d1bec6b99f44aac1de13aa50de7853.zip |
Fix obvious typo.
Approved by: "just fix it"
Diffstat (limited to 'audio')
-rw-r--r-- | audio/faustlive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faustlive/Makefile b/audio/faustlive/Makefile index cb9e86adc67d..649f2b002c34 100644 --- a/audio/faustlive/Makefile +++ b/audio/faustlive/Makefile @@ -26,7 +26,7 @@ GH_TAGNAME= 281fcb8 USE_QT= core gui network widgets buildtools_build qmake_build USE_GL= gl -LLVM_VERSION= 60 # llvm verion should be the same as in audio/faust +LLVM_VERSION= 60 # llvm version should be the same as in audio/faust CXXFLAGS+= $$(llvm-config${LLVM_VERSION} --cflags) LDFLAGS+= -lexecinfo |