Skip to content

Commit

Permalink
x11-toolkits/open-motif*: Depend on x11-toolkits/libXmu
Browse files Browse the repository at this point in the history
Motif already indirectly depends on x11-toolkits/libXmu. Document this
fact as it is needed for Editres support.

MFH:	2023Q4
  • Loading branch information
cschuber committed Oct 17, 2023
1 parent 50936df commit 7378567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions x11-toolkits/open-motif-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= open-motif
PORTVERSION= ${COMMIT_DATE}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= x11-toolkits
PKGNAMESUFFIX= -devel

Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion x11-toolkits/open-motif/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7378567

Please sign in to comment.