svn commit: r523642 - head/math/octave-forge-audio

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Jan 20 19:29:26 UTC 2020


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 at 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}


More information about the svn-ports-all mailing list