git: 0bebedf740d8 - main - Mk/Uses/motif.mk: Hook open-motif-devel into Uses
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Aug 2022 03:34:44 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0bebedf740d8c1536713214da0b035f8f2c0eac5
commit 0bebedf740d8c1536713214da0b035f8f2c0eac5
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-08-15 19:51:17 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-08-16 03:33:52 +0000
Mk/Uses/motif.mk: Hook open-motif-devel into Uses
To use the new open-motif-devel, simply put WANT_OPEN_MOTIF_DEVEL
into make.conf and rebuild all ports that require Motif.
---
Mk/Uses/motif.mk | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Mk/Uses/motif.mk b/Mk/Uses/motif.mk
index c65370e80a50..a64cdbb98336 100644
--- a/Mk/Uses/motif.mk
+++ b/Mk/Uses/motif.mk
@@ -17,6 +17,9 @@ IGNORE= USES=motif takes no arguments
. if defined(WANT_LESSTIF)
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
. else
USE_XORG+= xpm
LIB_DEPENDS+= libXm.so.4:x11-toolkits/open-motif