pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/sane-airscan



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Dec 14 09:11:02 UTC 2020

Modified Files:
        pkgsrc/graphics/sane-airscan: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/sane-airscan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/sane-airscan/Makefile
diff -u pkgsrc/graphics/sane-airscan/Makefile:1.1 pkgsrc/graphics/sane-airscan/Makefile:1.2
--- pkgsrc/graphics/sane-airscan/Makefile:1.1   Wed Dec  9 12:05:58 2020
+++ pkgsrc/graphics/sane-airscan/Makefile       Mon Dec 14 09:11:02 2020
@@ -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 @@ COMMENT=      SANE backend for Apple AirScan 
 LICENSE=       gnu-gpl-v2
 
 USE_LANGUAGES= c c++
+USE_TOOLS+=    pkg-config
 
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
@@ -22,6 +23,7 @@ SUBST_VARS.prefix=    PREFIX
 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