Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 16:51:21 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565522 - head/graphics/sane-backends
Message-ID:  <202102171651.11HGpL1k034970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Wed Feb 17 16:51:21 2021
New Revision: 565522
URL: https://svnweb.freebsd.org/changeset/ports/565522

Log:
  graphics/sane-backends: add missing python build-depends
  
  PR:		253562
  Submitted by:	vvd@unislabs.com (maintainer)
  Reported by:	madpilot

Modified:
  head/graphics/sane-backends/Makefile

Modified: head/graphics/sane-backends/Makefile
==============================================================================
--- head/graphics/sane-backends/Makefile	Wed Feb 17 16:45:35 2021	(r565521)
+++ head/graphics/sane-backends/Makefile	Wed Feb 17 16:51:21 2021	(r565522)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
 USES=		compiler:c++11-lang gmake gnome jpeg libtool localbase:ldflags \
-		pathfix pkgconfig
+		pathfix pkgconfig python:build
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	saned



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