git: 7378567f693e - main - x11-toolkits/open-motif*: Depend on x11-toolkits/libXmu
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Oct 2023 03:51:20 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7378567f693e917580623d46db3c00c6844c5c99
commit 7378567f693e917580623d46db3c00c6844c5c99
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-17 03:30:52 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-17 03:51:17 +0000
x11-toolkits/open-motif*: Depend on x11-toolkits/libXmu
Motif already indirectly depends on x11-toolkits/libXmu. Document this
fact as it is needed for Editres support.
MFH: 2023Q4
---
x11-toolkits/open-motif-devel/Makefile | 5 +++--
x11-toolkits/open-motif/Makefile | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile
index 23447ffe8ad4..4a9878e10e31 100644
--- a/x11-toolkits/open-motif-devel/Makefile
+++ b/x11-toolkits/open-motif-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= open-motif
PORTVERSION= ${COMMIT_DATE}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -devel
@@ -25,7 +25,8 @@ USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg
USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
- libpng.so:graphics/png
+ libpng.so:graphics/png \
+ libXmu.so:x11-toolkits/libXmu
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-printing=no
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile
index 474c2c7aadb4..0535b7221a7f 100644
--- a/x11-toolkits/open-motif/Makefile
+++ b/x11-toolkits/open-motif/Makefile
@@ -21,7 +21,8 @@ USES= autoreconf gmake iconv jpeg libtool:keepla pkgconfig xorg
USE_XORG= x11 xaw xbitmaps xext xft xt xmu xrender sm ice
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
- libpng.so:graphics/png
+ libpng.so:graphics/png \
+ libXmu.so:x11-toolkits/libXmu
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-printing=no