Unbreak after the move from libusb->libusb-compat.

thanks naddy@ for noticing.
This commit is contained in:
ajacoutot 2011-11-14 17:58:18 +00:00
parent 883bb752a7
commit afa399af2c

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2011/06/23 22:50:28 naddy Exp $
# $OpenBSD: Makefile,v 1.7 2011/11/14 17:58:18 ajacoutot Exp $
COMMENT = OpenMoko serial console tool
DISTNAME = omconsole-1.1
REVISION = 0
CATEGORIES = misc
@ -14,13 +15,13 @@ PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = ftdi usb c
WANTLIB += c ftdi pthread usb
MASTER_SITES = ftp://ftp.laas.fr/pub/ii/matthieu/
LIB_DEPENDS = devel/libftdi
MAKE_ENV= LOCAL_BASE=${LOCALBASE}
MAKE_ENV= LOCAL_BASE=${LOCALBASE} LDADD=-pthread
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
NO_REGRESS = yes