Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2016 12:47:11 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415555 - head/textproc/xqilla
Message-ID:  <201605201247.u4KClBeW097778@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri May 20 12:47:11 2016
New Revision: 415555
URL: https://svnweb.freebsd.org/changeset/ports/415555

Log:
  Fix option helpers.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/xqilla/Makefile   (contents, props changed)

Modified: head/textproc/xqilla/Makefile
==============================================================================
--- head/textproc/xqilla/Makefile	Fri May 20 11:09:08 2016	(r415554)
+++ head/textproc/xqilla/Makefile	Fri May 20 12:47:11 2016	(r415555)
@@ -27,9 +27,9 @@ USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=		DOXYGEN
 
-DOCYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen \
 			dot:graphics/graphviz
-DOCYGEN_ALL_TARGET=	all docs
+DOXYGEN_ALL_TARGET=	all docs
 
 post-patch:
 	@${REINPLACE_CMD} -e \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605201247.u4KClBeW097778>