diff options
-rw-r--r-- | net-nds/gss-proxy/gss-proxy-0.5.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild b/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild index a45a5f0c5f8d..7abf2d67a635 100644 --- a/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild +++ b/net-nds/gss-proxy/gss-proxy-0.5.0.ebuild @@ -18,7 +18,11 @@ RDEPEND=">=dev-libs/libverto-0.2.2 >=dev-libs/ding-libs-0.5.0 virtual/krb5 selinux? ( sys-libs/libselinux )" +# We need xml stuff to build the man pages, and people really want/need +# the man pages for this package :). #585200 DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.4 + dev-libs/libxslt virtual/pkgconfig" S="${WORKDIR}/${MY_P}" |