diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2002-12-08 23:51:20 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2002-12-08 23:51:20 +0000 |
commit | a059a9668ca98e11bc2cedcdbb2d47c4957daa61 (patch) | |
tree | 5bbe8bab40e82109d8859ec60bac20773ce483ab /graphics | |
parent | 408830a1f16d3286276a98614e2fbec95a41f517 (diff) | |
download | ports-a059a9668ca98e11bc2cedcdbb2d47c4957daa61.tar.gz ports-a059a9668ca98e11bc2cedcdbb2d47c4957daa61.zip |
Use the latest libusb.
PR: ports/46061
Notes
Notes:
svn path=/head/; revision=71446
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 2e1fd41941ac..3e3048c9733a 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 |