git: 48aa973349e8 - main - x11/xdm: Add runtime dependency on xsm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 21:05:32 UTC
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