Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2023 23:04:14 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6fc7119e7f8d - main - x11/cde-devel: Fix build due to missing dependency
Message-ID:  <202304172304.33HN4EFo096261@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6fc7119e7f8dedfecfc3cfb5fa57a1a2abbb7e33

commit 6fc7119e7f8dedfecfc3cfb5fa57a1a2abbb7e33
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-04-17 23:03:34 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-04-17 23:04:05 +0000

    x11/cde-devel: Fix build due to missing dependency
---
 x11/cde-devel/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11/cde-devel/Makefile b/x11/cde-devel/Makefile
index 9fea9284f64c..dc96f5005a7c 100644
--- a/x11/cde-devel/Makefile
+++ b/x11/cde-devel/Makefile
@@ -37,12 +37,14 @@ BUILD_DEPENDS=	ksh93:shells/ksh			\
 		${LOCALBASE}/libdata/pkgconfig/fontconfig.pc:x11-fonts/fontconfig \
 		${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
 		onsgmls:textproc/opensp \
-		xrdb:x11/xrdb
+		xrdb:x11/xrdb \
+		sessreg:x11/sessreg
 RUN_DEPENDS=	ksh93:shells/ksh			\
 		${LOCALBASE}/bin/fc-cache:x11-fonts/fontconfig \
 		${LOCALBASE}/libdata/pkgconfig/freetype2.pc:print/freetype2 \
 		xrdb:x11/xrdb \
-		xset:x11/xset
+		xset:x11/xset \
+		sessreg:x11/sessreg
 
 USES=		autoreconf:build iconv:wchar_t gmake jpeg libtool motif perl5 \
 		shebangfix tcl:86 xorg



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