pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/sane-airscan sane-airscan: Unbreak. Needs pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dab740dcf74f
branches:  trunk
changeset: 443494:dab740dcf74f
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Dec 14 09:11:02 2020 +0000

description:
sane-airscan: Unbreak. Needs pkg-config to build properly.

diffstat:

 graphics/sane-airscan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 218384e8cd5c -r dab740dcf74f graphics/sane-airscan/Makefile
--- a/graphics/sane-airscan/Makefile    Mon Dec 14 09:08:56 2020 +0000
+++ b/graphics/sane-airscan/Makefile    Mon Dec 14 09:11:02 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/12/09 12:05:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/12/14 09:11:02 nia Exp $
 
 GITHUB_PROJECT=        sane-airscan
 GITHUB_TAG=    0.99.21
@@ -12,6 +12,7 @@
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
@@ -22,6 +23,7 @@
 EGDIR=                 ${PREFIX}/share/examples/
 CONF_FILES=            ${EGDIR}/airscan.conf ${PREFIX}/etc/sane.d/airscan.conf
 
+PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"
 .include "../../graphics/sane-backends/buildlink3.mk"



Home | Main Index | Thread Index | Old Index