aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/s10sh
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2002-02-23 22:35:21 +0800
committervanilla <vanilla@FreeBSD.org>2002-02-23 22:35:21 +0800
commit4eeab535625f0af919aa5a01d4a803cb4c206f67 (patch)
treee1bf4bb34301548b02248de31f4836353fd31dad /graphics/s10sh
parent57a2c09a183351137f0e69296c90a664a887eea1 (diff)
downloadfreebsd-ports-gnome-4eeab535625f0af919aa5a01d4a803cb4c206f67.tar.gz
freebsd-ports-gnome-4eeab535625f0af919aa5a01d4a803cb4c206f67.tar.zst
freebsd-ports-gnome-4eeab535625f0af919aa5a01d4a803cb4c206f67.zip
Depends to libusb 0.1.5, and bump version.
PR: ports/35233 Submitted by: maintainer
Diffstat (limited to 'graphics/s10sh')
-rw-r--r--graphics/s10sh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index b5ba20d23523..3f640b85cf07 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -7,7 +7,7 @@
PORTNAME= s10sh
PORTVERSION= 0.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/
@@ -21,7 +21,7 @@ MAKEFILE= ${FILESDIR}/Makefile.bsd
.if defined(NOUSB) || defined(WITHOUT_USB)
MAKE_ENV+= WITHOUT_USB=YES
.else
-LIB_DEPENDS= usb-0.1.4:${PORTSDIR}/devel/libusb
+LIB_DEPENDS= usb-0.1.5:${PORTSDIR}/devel/libusb
.endif
.if !defined(NOPORTDOCS)