aboutsummaryrefslogtreecommitdiff
path: root/graphics/cairomm
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-26 06:02:10 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-26 06:02:10 +0000
commit047f66aa4c1cbecabc3937c257919567ce47bf41 (patch)
treeafec1aaead8bfee4b386c22e2bbd3e9714cdb7f1 /graphics/cairomm
parent604db78ecd924be9721594edf186483702db1cf2 (diff)
downloadports-047f66aa4c1cbecabc3937c257919567ce47bf41.tar.gz
ports-047f66aa4c1cbecabc3937c257919567ce47bf41.zip
graphics/cairomm: Fix DOCS option
There is no opt_CONFIGURE_ARGS_OFF helper. While nothing was really broken thanks to having @comment in the plist with the option off. Actually passing --disable-documentation to configure should save a tiny bit of build time during builds with DOCS=off.
Notes
Notes: svn path=/head/; revision=502691
Diffstat (limited to 'graphics/cairomm')
-rw-r--r--graphics/cairomm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index 5d7e4206ce97..ffc339643346 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ENV= AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
OPTIONS_DEFINE= DOCS
-DOCS_CONFIGURE_ARGS_OFF= --disable-documentation
+DOCS_CONFIGURE_OFF= --disable-documentation
post-configure-DOCS-off:
@${TOUCH} -f ${WRKSRC}/docs/reference/html/index.html