git: df331a6ad028 - main - x11/cde-25: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Nov 2023 16:49:38 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=df331a6ad02866c7d26f79d287bf40c2f8678b06 commit df331a6ad02866c7d26f79d287bf40c2f8678b06 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-11-19 16:48:43 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-11-19 16:49:25 +0000 x11/cde-25: Fix build Add missing sessreg dependency. --- x11/cde-25/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11/cde-25/Makefile b/x11/cde-25/Makefile index e85a40bef344..72e28a622bde 100644 --- a/x11/cde-25/Makefile +++ b/x11/cde-25/Makefile @@ -30,12 +30,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