diff options
author | joe <joe@FreeBSD.org> | 2002-12-09 07:51:20 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-12-09 07:51:20 +0800 |
commit | 546c0e235c26c43a3a41f4ed36800a9120f0be66 (patch) | |
tree | b09471263f90d39f2bbee5f9eef87d35ac5c8685 /graphics | |
parent | f30f6fc628e3b3152840509f01daeef9ed1b4475 (diff) | |
download | freebsd-ports-graphics-546c0e235c26c43a3a41f4ed36800a9120f0be66.tar.gz freebsd-ports-graphics-546c0e235c26c43a3a41f4ed36800a9120f0be66.tar.zst freebsd-ports-graphics-546c0e235c26c43a3a41f4ed36800a9120f0be66.zip |
Use the latest libusb.
PR: ports/46061
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 2e1fd41941a..3e3048c9733 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -7,6 +7,7 @@ PORTNAME= sane-backends PORTVERSION= 1.0.9 +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.5:${PORTSDIR}/devel/libusb \ +LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes |