Skip to content

Commit

Permalink
devel/gpds: Add missing LIB_DEPENDS definition
Browse files Browse the repository at this point in the history
Library links with (lib)tinyxml2 so dependency should be defined

Approved by:	portmgr (blanket, build fix)
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Feb 19, 2024
1 parent bcbfdae commit c6b0bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/gpds/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gpds
DISTVERSION= 1.8.4
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= jbo@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit c6b0bdb

Please sign in to comment.