Date: Wed, 14 Jan 2026 20:56:52 +0000 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: 936fe21ed62e - main - Mk/Uses/motif.mk: Add support for the new thentenaar-motif Message-ID: <69680314.2039b.6703817c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=936fe21ed62ed551d069eadb3132e9967b716726 commit 936fe21ed62ed551d069eadb3132e9967b716726 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2026-01-02 18:57:19 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2026-01-14 20:56:04 +0000 Mk/Uses/motif.mk: Add support for the new thentenaar-motif --- Mk/Uses/motif.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Mk/Uses/motif.mk b/Mk/Uses/motif.mk index a64cdbb98336..b594194099c2 100644 --- a/Mk/Uses/motif.mk +++ b/Mk/Uses/motif.mk @@ -20,6 +20,12 @@ LIB_DEPENDS+= libXm.so:x11-toolkits/lesstif . elif defined(WANT_OPEN_MOTIF_DEVEL) USE_XORG+= xpm LIB_DEPENDS+= libXm.so.4:x11-toolkits/open-motif-devel +. elif defined(WANT_THENTENAAR_MOTIF) +USE_XORG+= xpm +LIB_DEPENDS+= libXm.so.4:x11-toolkits/thentenaar-motif +. elif defined(WANT_THENTENAAR_MOTIF_DEVEL) +USE_XORG+= xpm +LIB_DEPENDS+= libXm.so.4:x11-toolkits/thentenaar-motif-devel . else USE_XORG+= xpm LIB_DEPENDS+= libXm.so.4:x11-toolkits/open-motifhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69680314.2039b.6703817c>
