Skip to content
Snippets Groups Projects
Commit c6b0bdbe authored by Daniel Engberg's avatar Daniel Engberg
Browse files

devel/gpds: Add missing LIB_DEPENDS definition

Library links with (lib)tinyxml2 so dependency should be defined

Approved by:	portmgr (blanket, build fix)
parent bcbfdaeb
Branches
Tags
No related merge requests found
PORTNAME= gpds
DISTVERSION= 1.8.4
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jbo@FreeBSD.org
......@@ -10,6 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license.txt
BUILD_DEPENDS= tinyxml2>10:textproc/tinyxml2
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
RUN_DEPENDS= tinyxml2>10:textproc/tinyxml2
USES= cmake compiler:c++20-lang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment