aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-01-30 15:57:04 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-01-30 15:57:04 +0000
commit6b3cb8d251944f554d2887c632fb20272d544440 (patch)
tree9e57ed7579ae75d276645a96214760ca820292f3 /graphics/sane-backends
parent460fa25c65d955eab7f0842a9e5d95a9e06ee4a0 (diff)
downloadports-6b3cb8d251944f554d2887c632fb20272d544440.tar.gz
ports-6b3cb8d251944f554d2887c632fb20272d544440.zip
graphics/sane-backends: Add --without-api-spec
Avoid auto-activating building of API spec docs when pdflatex, etc. are installed in the build environment. PR: 235319
Notes
Notes: svn path=/head/; revision=491629
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index da1e26da1907..fabc7bd9b9c5 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -22,6 +22,7 @@ USES= gmake jpeg libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-locking \
--enable-pthread \
+ --without-api-spec \
--without-systemd
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes