git: c6b0bdbe71f0 - main - devel/gpds: Add missing LIB_DEPENDS definition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Feb 2024 00:38:25 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c6b0bdbe71f0fe8758f0b31d20a3bcc352e034cc
commit c6b0bdbe71f0fe8758f0b31d20a3bcc352e034cc
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-19 00:31:43 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-19 00:38:21 +0000
devel/gpds: Add missing LIB_DEPENDS definition
Library links with (lib)tinyxml2 so dependency should be defined
Approved by: portmgr (blanket, build fix)
---
devel/gpds/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/gpds/Makefile b/devel/gpds/Makefile
index 9ed1bd2e653f..2f4195438111 100644
--- a/devel/gpds/Makefile
+++ b/devel/gpds/Makefile
@@ -1,5 +1,6 @@
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