From 4aa75fa98d0391c03bb764e4ef26baa6e4f0d6d8 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 9 Mar 2009 17:05:31 +0000 Subject: Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the ports tree so that programs use libusb from the base by default. Thanks to Stanislav Sedov for sorting out the ports build. Bump __FreeBSD_version to 800069 Help and testing by: stas --- usr.sbin/usbconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/usbconfig') diff --git a/usr.sbin/usbconfig/Makefile b/usr.sbin/usbconfig/Makefile index 6356963..1cd0928 100644 --- a/usr.sbin/usbconfig/Makefile +++ b/usr.sbin/usbconfig/Makefile @@ -4,6 +4,6 @@ PROG= usbconfig MAN= usbconfig.8 SRCS= usbconfig.c dump.c -LDADD+= -lusb20 +LDADD+= -lusb .include -- cgit v1.1