svn commit: r491629 - head/graphics/sane-backends

Tobias Kortkamp tobik at FreeBSD.org
Wed Jan 30 15:57:05 UTC 2019


Author: tobik
Date: Wed Jan 30 15:57:04 2019
New Revision: 491629
URL: https://svnweb.freebsd.org/changeset/ports/491629

Log:
  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

Modified:
  head/graphics/sane-backends/Makefile

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Wed Jan 30 15:03:01 2019	(r491628)
+++ head/graphics/sane-backends/Makefile	Wed Jan 30 15:57:04 2019	(r491629)
@@ -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


More information about the svn-ports-head mailing list