diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-06-29 10:48:56 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-06-29 10:48:56 +0000 |
commit | 27f30c18c48420a1ce1f25ca0ab61b84b8e72ca3 (patch) | |
tree | 54300d9ea22bf1c2f158c6e6cde5611e6d0325b8 /devel/libusb/Makefile | |
parent | 42a5f502477cb5f0e47dfe28ea03c9316ce772b6 (diff) | |
download | ports-27f30c18c48420a1ce1f25ca0ab61b84b8e72ca3.tar.gz ports-27f30c18c48420a1ce1f25ca0ab61b84b8e72ca3.zip |
Notes
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 a0dcd04cf3b5..c438c2b9550c 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_GCC= 3.1+ +USE_LIBTOOL_VER=15 .include <bsd.port.mk> |