diff options
-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 51c7c30..0b95fe2 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 |