aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-10-17 03:30:52 +0000
committerCy Schubert <cy@FreeBSD.org>2023-10-17 03:51:17 +0000
commit7378567f693e917580623d46db3c00c6844c5c99 (patch)
treeeda729023307b3cdee31a286e1aaf834ffc68dea
parent50936df61c8206049839a0040734059703e529b9 (diff)
downloadports-7378567f693e917580623d46db3c00c6844c5c99.tar.gz
ports-7378567f693e917580623d46db3c00c6844c5c99.zip
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
-rw-r--r--x11-toolkits/open-motif-devel/Makefile5
-rw-r--r--x11-toolkits/open-motif/Makefile3
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