diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-07 05:32:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-07 05:32:22 +0800 |
commit | 60da30181640d3658d68cc084e733e9408a14f42 (patch) | |
tree | b2d1842103e543bcbb2014f0f7d1957825f5f201 /devel | |
parent | 673c7591a19d25bc42c1fe637bbc9475f2c209d9 (diff) | |
download | freebsd-ports-gnome-60da30181640d3658d68cc084e733e9408a14f42.tar.gz freebsd-ports-gnome-60da30181640d3658d68cc084e733e9408a14f42.tar.zst freebsd-ports-gnome-60da30181640d3658d68cc084e733e9408a14f42.zip |
Replace using xmlto by minixmlto
This reduces the number of build dependencies for dbus with default set of
options as well as preventing a potential circular dependencies due to xmlto
bringing ghotscript which can bring dbus
Approved by: kwm
Differential Revision: https://reviews.freebsd.org/D8446
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 661846f9b8d5..7ae49f128fc8 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -43,7 +43,8 @@ OPTIONS_DEFINE= MANPAGES X11 OPTIONS_DEFAULT=MANPAGES X11 X11_DESC= Support X11 Desktop Environments -MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto +MANPAGES_CONFIGURE_ENV= XMLTO=${LOCALBASE}/bin/minixmlto +MANPAGES_BUILD_DEPENDS= minixmlto:textproc/minixmlto MANPAGES_CONFIGURE_ENABLE= xml-docs X11_USE= xorg=ice,sm,x11 X11_CONFIGURE_WITH= x |