ports/173517: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Feb 15 18:50:01 UTC 2013


The following reply was made to PR ports/173517; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list