diff options
author | mat <mat@FreeBSD.org> | 2016-05-20 20:47:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-20 20:47:11 +0800 |
commit | 92c0eb9d3365f8401fec45499a3f4b7b7d5f1ce8 (patch) | |
tree | 43b977108d2726e70d92690e8ff748f816415ea8 /textproc | |
parent | 027d7498f4428cbed3f04d25f9e5dc9b8a4f7b0d (diff) | |
download | freebsd-ports-gnome-92c0eb9d3365f8401fec45499a3f4b7b7d5f1ce8.tar.gz freebsd-ports-gnome-92c0eb9d3365f8401fec45499a3f4b7b7d5f1ce8.tar.zst freebsd-ports-gnome-92c0eb9d3365f8401fec45499a3f4b7b7d5f1ce8.zip |
Fix option helpers.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-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 \ |