summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-23 21:05:04 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-23 21:05:04 +0000
commiteed8ea7bc628a629e121c66b624ab6de2d2a63e4 (patch)
treeea64daa0670d442881ffc1a253d60aea422680a2 /graphics
parentUpdate to modssl version 2.8.7 (diff)
Bump shared library version due to libusb update
PR: 35252 Submitted by: John Reynolds <johnjen@reynoldsnet.org>
Notes
Notes: svn path=/head/; revision=55145
Diffstat (limited to 'graphics')
-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 51c7c3084bed..0b95fe2facb2 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sane-backends
PORTVERSION= 1.0.7
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
@@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= sane-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= usb-0.1.4:${PORTSDIR}/devel/libusb \
+LIB_DEPENDS= usb-0.1.5:${PORTSDIR}/devel/libusb \
jpeg.9:${PORTSDIR}/graphics/jpeg
USE_GMAKE= yes