aboutsummaryrefslogtreecommitdiff
path: root/graphics/sane-backends/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-03-12 09:44:33 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-03-12 09:44:33 +0000
commit62be8c10b81a0aee479651af5d7ade2c369f88ae (patch)
tree216362cf4b134882fc58119a6a7fd14af3001f3b /graphics/sane-backends/Makefile
parent09cc37699a0d5232c128ab587e6726ef82707b18 (diff)
downloadports-62be8c10b81a0aee479651af5d7ade2c369f88ae.tar.gz
ports-62be8c10b81a0aee479651af5d7ade2c369f88ae.zip
graphics/sane-backends: Make reproducible
- Don't add a timestamp at build time to the docs - While here add missing USES=jpeg PR: 223620 Submitted by: Michael Kotlyar <mdk369@nyu.edu>
Notes
Notes: svn path=/head/; revision=464242
Diffstat (limited to 'graphics/sane-backends/Makefile')
-rw-r--r--graphics/sane-backends/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 1fb62a4f0ef8..09f821542ef8 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sane-backends
PORTVERSION= 1.0.27
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4146/ \
http://fossies.org/linux/misc/
@@ -14,7 +15,7 @@ LICENSE= GPLv2+
LIB_DEPENDS= libtiff.so:graphics/tiff
-USES= gmake libtool localbase pathfix pkgconfig
+USES= gmake jpeg libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${DOCSDIR} \
--disable-latex \