diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-15 18:41:22 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-02-15 18:41:22 +0000 |
commit | 97fe1e575f6ec32323ba40e63fb41f57fafb363b (patch) | |
tree | 2b6ea79ba4778f0b989c6a3ba0acfb00de83c0d9 /comms | |
parent | 967dcc056dd7f07db41048e5c8e6e618765346c4 (diff) |
Fix build when DOXYGEN=on
PR: ports/173517
Submitted by: Chris Dukes <chris.dukes.aix@gmail.com>
Notes
Notes:
svn path=/head/; revision=312303
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp-devel/Makefile | 4 |
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 |