Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 21:05:32 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 48aa973349e8 - main - x11/xdm: Add runtime dependency on xsm
Message-ID:  <202308122105.37CL5WbH088452@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=48aa973349e841b5743256c0023cc10d3ba2f356

commit 48aa973349e841b5743256c0023cc10d3ba2f356
Author:     Paul Dufresne <dufresnep@zoho.com>
AuthorDate: 2023-08-12 21:02:22 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2023-08-12 21:02:22 +0000

    x11/xdm: Add runtime dependency on xsm
    
    PR:             259753
---
 x11/xdm/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile
index 2f86e3a665b0..6dfb4290412b 100644
--- a/x11/xdm/Makefile
+++ b/x11/xdm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xdm
 PORTVERSION=	1.1.14
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
@@ -9,6 +9,8 @@ COMMENT=	X.Org X display manager
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+RUN_DEPENDS=	xsm:x11/xsm
+
 EXTRACT_SUFX=	.tar.xz
 USES=		cpe libtool xorg xorg-cat:app
 USE_LDCONFIG=	yes



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