svn commit: r555705 - head/audio/hpsjam

Hans Petter Selasky hselasky at FreeBSD.org
Thu Nov 19 15:52:55 UTC 2020


Author: hselasky
Date: Thu Nov 19 15:52:54 2020
New Revision: 555705
URL: https://svnweb.freebsd.org/changeset/ports/555705

Log:
  Add missing jack dependency.
  
  Approved by:	pi (implicit)

Modified:
  head/audio/hpsjam/Makefile

Modified: head/audio/hpsjam/Makefile
==============================================================================
--- head/audio/hpsjam/Makefile	Thu Nov 19 15:23:34 2020	(r555704)
+++ head/audio/hpsjam/Makefile	Thu Nov 19 15:52:54 2020	(r555705)
@@ -11,7 +11,9 @@ COMMENT=	Online jamming client and server tool
 
 LICENSE=	BSD2CLAUSE
 
-LIB_DEPENDS=	libfftw3.so:math/fftw3
+LIB_DEPENDS= \
+	libfftw3.so:math/fftw3 \
+	libjack.so:audio/jack
 
 USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2
 USE_GL=		gl


More information about the svn-ports-all mailing list