Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2021 21:01:25 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569357 - head/devel/juce
Message-ID:  <202103272101.12RL1PWt027872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 27 21:01:25 2021
New Revision: 569357
URL: https://svnweb.freebsd.org/changeset/ports/569357

Log:
  devel/juce: Fix build by adding USES=pkgconfig
  
  Somehow it expects pkg-config on some systems and not on others.
  
  Reported by:	fallout

Modified:
  head/devel/juce/Makefile

Modified: head/devel/juce/Makefile
==============================================================================
--- head/devel/juce/Makefile	Sat Mar 27 20:57:02 2021	(r569356)
+++ head/devel/juce/Makefile	Sat Mar 27 21:01:25 2021	(r569357)
@@ -2,7 +2,7 @@
 
 PORTNAME=	juce
 DISTVERSION=	6.0.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libasound.so:audio/alsa-lib \
 		libfreetype.so:print/freetype2 \
 		libsysinfo.so:devel/libsysinfo
 
-USES=		cmake compiler:c++11-lang gl localbase:ldflags xorg
+USES=		cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg
 USE_GL=		gl
 USE_XORG=	x11 xcomposite xcursor xext xinerama xorgproto xrandr
 



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