Skip to content

Commit

Permalink
devel/dbus: use minixmlto over xmlto
Browse files Browse the repository at this point in the history
Depending on the options set by the user w3m may depend on gtk,
if the X11 option is set)  which will result in a circular dependency
gtk2 -> glib2 -> dbus -> xmlto -> w3m -> gtk2

minixmlto never bring w3m in the dependency list

PR:		263950
Reported by:	dgilbert@eicat.ca
  • Loading branch information
bapt committed May 13, 2022
1 parent c838be5 commit 274d844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/dbus/Makefile
Expand Up @@ -43,7 +43,8 @@ OPTIONS_DEFAULT= MANPAGES X11
OPTIONS_SUB= yes
X11_DESC= Support X11 Desktop Environments

MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto
MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto
MANPAGES_CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto
MANPAGES_CONFIGURE_ENABLE= xml-docs
X11_USES= xorg
X11_USE= XORG=ice,sm,x11
Expand Down

0 comments on commit 274d844

Please sign in to comment.