commit 7e9dc3407646c7fe11d82eec934f03babbbbf60e Author: Trenton Schulz <trenton@norwegianrockcat.com> Date: Fri Feb 17 17:05:36 2023 +0100 Add pkgconfig to USES Without pkgconfig, it tries to build an internal minizip, which will result in build errors. Use pkgconfig to get the correct minizip. 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