diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-20 12:47:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-05-20 12:47:11 +0000 |
commit | a104ddaade9340af19a8ee68a8d6d52db6561b82 (patch) | |
tree | 43b977108d2726e70d92690e8ff748f816415ea8 /textproc/xqilla | |
parent | 30b03e481a0fd98c40f51c2bd92c524d09e12bc6 (diff) |
Fix option helpers.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=415555
Diffstat (limited to 'textproc/xqilla')
-rw-r--r-- | textproc/xqilla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xqilla/Makefile b/textproc/xqilla/Makefile index 5fa41c8158f3..d20159759273 100644 --- a/textproc/xqilla/Makefile +++ b/textproc/xqilla/Makefile @@ -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 \ |