diff options
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 917c5fb9547f..dee4ad1c9581 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -18,6 +18,6 @@ COMMENT= Library giving userland programs access to USB devices GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-docs INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.mk> |