From df331a6ad02866c7d26f79d287bf40c2f8678b06 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 19 Nov 2023 08:48:43 -0800 Subject: x11/cde-25: Fix build Add missing sessreg dependency. --- x11/cde-25/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11') 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 -- cgit v1.2.3