summaryrefslogtreecommitdiff
path: root/graphics
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
parentUpgrade to 0.1.5 (diff)
Depends to libusb 0.1.5, and bump version.
PR: ports/35233 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55132
Diffstat (limited to 'graphics')
-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)