aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2006-05-24 14:55:15 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2006-05-24 14:55:15 +0000
commit2c6bfaf388b7aa934585198dadacccc940b2ac78 (patch)
tree18621e5c0c14a9990b20a6b7d542755f8b72072d /devel
parentc6f9220716c5a6bace1f22f3339ef274a00c1e4d (diff)
Fix the spelling of LIB_DEPENDS, so we are actually requiring libusb
to be a prerequisite. Reported by: Sergey Zaharchenko <doublef-ctm@yandex.ru>
Notes
Notes: svn path=/head/; revision=163285
Diffstat (limited to 'devel')
-rw-r--r--devel/avarice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avarice/Makefile b/devel/avarice/Makefile
index 3bc9a6ada11c..d2ad8eea753f 100644
--- a/devel/avarice/Makefile
+++ b/devel/avarice/Makefile
@@ -7,6 +7,7 @@
PORTNAME= avarice
PORTVERSION= 2.4
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= avarice
@@ -16,7 +17,7 @@ COMMENT= Atmel AVR JTAG programmer and debugging interface for avr-gdb
BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \
${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/gnulibiberty
-LIB_DEPENDES= usb-0.1.8:${PORTSDIR}/devel/libusb
+LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb
USE_BZIP2= yes
USE_PERL5= yes