Date: Fri, 15 Feb 2013 18:50:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/173517: commit references a PR Message-ID: <201302151850.r1FIo1KH066168@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/173517; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/173517: commit references a PR Date: Fri, 15 Feb 2013 18:41:34 +0000 (UTC) Author: pawel Date: Fri Feb 15 18:41:22 2013 New Revision: 312303 URL: http://svnweb.freebsd.org/changeset/ports/312303 Log: Fix build when DOXYGEN=on PR: ports/173517 Submitted by: Chris Dukes <chris.dukes.aix@gmail.com> Modified: head/comms/spandsp-devel/Makefile Modified: head/comms/spandsp-devel/Makefile ============================================================================== --- head/comms/spandsp-devel/Makefile Fri Feb 15 17:24:34 2013 (r312302) +++ head/comms/spandsp-devel/Makefile Fri Feb 15 18:41:22 2013 (r312303) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302151850.r1FIo1KH066168>