aboutsummaryrefslogtreecommitdiff
path: root/graphics/s10sh
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2002-02-23 14:35:21 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2002-02-23 14:35:21 +0000
commit5f46b910013f0817be74d148f7c1712f2fd21a25 (patch)
tree2ef1b5a0e52506cbd3d384685b52890801001d13 /graphics/s10sh
parent68f3125be5c950702041ed682541ce1ba5de5855 (diff)
downloadports-5f46b910013f0817be74d148f7c1712f2fd21a25.tar.gz
ports-5f46b910013f0817be74d148f7c1712f2fd21a25.zip
Notes
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)