diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-23 21:05:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-23 21:05:04 +0000 |
commit | eed8ea7bc628a629e121c66b624ab6de2d2a63e4 (patch) | |
tree | ea64daa0670d442881ffc1a253d60aea422680a2 /graphics | |
parent | ba3fb98ad3427a91771f5bf6fe8532149d513e71 (diff) |
Notes
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 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 |