Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 15:57:05 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491629 - head/graphics/sane-backends
Message-ID:  <201901301557.x0UFv5Lm009636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901301557.x0UFv5Lm009636>