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

Tobias C. Berner tcberner at FreeBSD.org
Wed Feb 17 16:51:22 UTC 2021


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 at 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


More information about the svn-ports-all mailing list