unfuck packaging, sorry.. WANTLIB sync changed libusb (from libusb-compat)

to libusb1 but missed that the LIB_DEPENDS also needed to change; as a result
libusb-compat was stripped from the package dependency list (because libusb
was no longer used) but this broke the dependency chain to libusb1 so packaging
failed. pointed out by landry@
This commit is contained in:
sthen 2012-12-26 12:07:51 +00:00
parent 1102c81a03
commit 007695c310

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.116 2012/12/23 12:25:30 sthen Exp $
# $OpenBSD: Makefile,v 1.117 2012/12/26 12:07:51 sthen Exp $
ONLY_FOR_ARCHS= i386 amd64
@ -60,7 +60,7 @@ BUILD_DEPENDS= archivers/bzip2 \
BUILD_DEPENDS+= gmake->=3.82p2:devel/gmake
LIB_DEPENDS= devel/libexecinfo \
archivers/bzip2 \
devel/libusb-compat \
devel/libusb1 \
security/nss \
devel/gconf2 \
textproc/libxslt \