Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2020 19:29:26 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523642 - head/math/octave-forge-audio
Message-ID:  <202001201929.00KJTQLo066373@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Mon Jan 20 19:29:25 2020
New Revision: 523642
URL: https://svnweb.freebsd.org/changeset/ports/523642

Log:
  - Add uses=pkgconfig to unbreak build.
  
  Thanks to:	fernando.apesteguia@gmail.com

Modified:
  head/math/octave-forge-audio/Makefile

Modified: head/math/octave-forge-audio/Makefile
==============================================================================
--- head/math/octave-forge-audio/Makefile	Mon Jan 20 19:27:49 2020	(r523641)
+++ head/math/octave-forge-audio/Makefile	Mon Jan 20 19:29:25 2020	(r523642)
@@ -13,6 +13,8 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 LIB_DEPENDS+=	librtmidi.so:audio/rtmidi
 
+USES=		pkgconfig
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001201929.00KJTQLo066373>