svn commit: r512784 - head/audio/faustlive

Mark Linimon linimon at FreeBSD.org
Wed Sep 25 12:16:41 UTC 2019


Author: linimon
Date: Wed Sep 25 12:16:40 2019
New Revision: 512784
URL: https://svnweb.freebsd.org/changeset/ports/512784

Log:
  Fix obvious typo.
  
  Approved by:	"just fix it"

Modified:
  head/audio/faustlive/Makefile

Modified: head/audio/faustlive/Makefile
==============================================================================
--- head/audio/faustlive/Makefile	Wed Sep 25 11:57:53 2019	(r512783)
+++ head/audio/faustlive/Makefile	Wed Sep 25 12:16:40 2019	(r512784)
@@ -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
 


More information about the svn-ports-all mailing list