aboutsummaryrefslogtreecommitdiffstats
path: root/comms/spandsp-devel
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2013-02-16 02:41:22 +0800
committerpawel <pawel@FreeBSD.org>2013-02-16 02:41:22 +0800
commit0271679476441d49019e655c7a0a41c0dc8fcd76 (patch)
tree2b6ea79ba4778f0b989c6a3ba0acfb00de83c0d9 /comms/spandsp-devel
parent6902e28b60fc38ba01d04e8562a0423ecb39a16d (diff)
downloadfreebsd-ports-gnome-0271679476441d49019e655c7a0a41c0dc8fcd76.tar.gz
freebsd-ports-gnome-0271679476441d49019e655c7a0a41c0dc8fcd76.tar.zst
freebsd-ports-gnome-0271679476441d49019e655c7a0a41c0dc8fcd76.zip
Fix build when DOXYGEN=on
PR: ports/173517 Submitted by: Chris Dukes <chris.dukes.aix@gmail.com>
Diffstat (limited to 'comms/spandsp-devel')
-rw-r--r--comms/spandsp-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
index b2bb22d8baa1..6ec3a86742e9 100644
--- a/comms/spandsp-devel/Makefile
+++ b/comms/spandsp-devel/Makefile
@@ -32,7 +32,9 @@ OPTIONS_DEFINE= DOXYGEN
.if ${PORT_OPTIONS:MDOXYGEN}
CONFIGURE_ARGS+=--enable-doc
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \
+ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+USE_GNOME+= libxslt
PORTDOCS= *
.else
CONFIGURE_ARGS+=--disable-doc