Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 06:18:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9a286b31ad48 - main - devel/libtickit: Update LIB_DEPENDS
Message-ID:  <202409180618.48I6IsBM032303@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a286b31ad485b184908f1267d22d5e46072174a

commit 9a286b31ad485b184908f1267d22d5e46072174a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-18 05:55:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-18 06:13:07 +0000

    devel/libtickit: Update LIB_DEPENDS
    
    Do not bump PORTREVISION because the package dependencies are unchanged.
---
 devel/libtickit/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/libtickit/Makefile b/devel/libtickit/Makefile
index 478abaa45dba..a774d37f3735 100644
--- a/devel/libtickit/Makefile
+++ b/devel/libtickit/Makefile
@@ -12,7 +12,8 @@ WWW=		https://www.leonerd.org.uk/code/libtickit/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libtermkey.so:devel/libtermkey
+LIB_DEPENDS=	libtermkey.so:devel/libtermkey \
+		libunibilium.so:devel/unibilium
 
 USES=		compiler:c11 gmake libtool:build ncurses pathfix pkgconfig
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180618.48I6IsBM032303>