aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrenton Schulz <trueos@norwegianrockcat.com>2023-02-17 23:55:38 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-02-20 23:36:44 +0000
commit9ce3b459d13e8463c2f865c61a7582ef76f32d90 (patch)
treea5942b2020138f205f0a819edceaaf72d4a854e1
parent8493e29537b12f02304f4097e4db0cf28b97d0bd (diff)
downloadports-9ce3b459d13e8463c2f865c61a7582ef76f32d90.tar.gz
ports-9ce3b459d13e8463c2f865c61a7582ef76f32d90.zip
devel/collada-dom: fix build under 14-CURRENT
Supply pkgconfig so minizip is found. This stops the port from building its own bundled minizip, avoiding build problems with LLVM 15 as used on 14-CURRENT. PR: 269628 MFH: 2023Q1 Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38689
-rw-r--r--devel/collada-dom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/collada-dom/Makefile b/devel/collada-dom/Makefile
index 4e2bd5489001..10cfd7a1e352 100644
--- a/devel/collada-dom/Makefile
+++ b/devel/collada-dom/Makefile
@@ -1,7 +1,7 @@
PORTNAME= collada-dom
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MAINTAINER= trueos@norwegianrockcat.com
@@ -14,7 +14,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
libboost_filesystem.so:devel/boost-libs \
libboost_system.so:devel/boost-libs
-USES= cmake gnome minizip
+USES= cmake gnome minizip pkgconfig
USE_LDCONFIG= yes
USE_GNOME= libxml2
USE_GITHUB= yes