aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 20:33:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-09-27 20:33:40 +0000
commit28dede9e9b4001094d6026b4a51cf9f5daa907d3 (patch)
treee860b14f243a3e69d4c19d8a4648f15755132ee1
parent873bd215f74970def006c38b97f099d823ebab99 (diff)
downloadports-28dede9e9b4001094d6026b4a51cf9f5daa907d3.tar.gz
ports-28dede9e9b4001094d6026b4a51cf9f5daa907d3.zip
graphics/p5-Image-Sane: Update BUILD_DEPENDS: add check for sane-backends
-rw-r--r--graphics/p5-Image-Sane/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/p5-Image-Sane/Makefile b/graphics/p5-Image-Sane/Makefile
index 940083234432..d2d3f51248de 100644
--- a/graphics/p5-Image-Sane/Makefile
+++ b/graphics/p5-Image-Sane/Makefile
@@ -15,6 +15,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
+ sane-backends>=1.0.19:graphics/sane-backends \
${RUN_DEPENDS}
LIB_DEPENDS= libsane.so:graphics/sane-backends
RUN_DEPENDS= p5-Exception-Class>=1.43:devel/p5-Exception-Class \