svn commit: r569357 - head/devel/juce
Yuri Victorovich
yuri at FreeBSD.org
Sat Mar 27 21:01:26 UTC 2021
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 at 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
More information about the svn-ports-all
mailing list