diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-17 16:51:21 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-17 16:51:21 +0000 |
commit | a8793c07df18734975e2d773d09be52a4d3d6051 (patch) | |
tree | 69cd78fb9a4b9bf04cdf2a93e3d13b8d55e5f3e7 /graphics/sane-backends | |
parent | 3ab238e11f0379d1bb6fb29d4513a1ca8c299811 (diff) | |
download | ports-a8793c07df18734975e2d773d09be52a4d3d6051.tar.gz ports-a8793c07df18734975e2d773d09be52a4d3d6051.zip |
graphics/sane-backends: add missing python build-depends
PR: 253562
Submitted by: vvd@unislabs.com (maintainer)
Reported by: madpilot
Notes
Notes:
svn path=/head/; revision=565522
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r-- | graphics/sane-backends/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 5eb2e3895cfb..fb2121c3bf84 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -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 |