diff options
author | triaxx <triaxx@pkgsrc.org> | 2022-01-04 16:06:54 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2022-01-04 16:06:54 +0000 |
commit | 93e571a9c82c7e6cbaa2884d8060af52665a7c90 (patch) | |
tree | 376c17dc8c562ca077e352ce1bd377cd979cccbc /graphics | |
parent | d34bd4b4da368293368452d8086b94a9167dc731 (diff) | |
download | pkgsrc-93e571a9c82c7e6cbaa2884d8060af52665a7c90.tar.gz |
sane-backends: Remove typo
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index b87959d80f2..256651a14d5 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2022/01/04 16:04:39 triaxx Exp $ +# $NetBSD: Makefile,v 1.77 2022/01/04 16:06:54 triaxx Exp $ .include "Makefile.common" MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/ @@ -74,7 +74,6 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/sane.d/${f} .include "../../graphics/libv4l/buildlink3.mk" .endif .include "../../graphics/tiff/buildlink3.mk" -JPEG_ACCEPTED= foo .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |