summaryrefslogtreecommitdiff
path: root/devel/libusb
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-05-08 17:43:40 +0000
committerdrochner <drochner@pkgsrc.org>2002-05-08 17:43:40 +0000
commite13e16922df990d93ce412efa8122202abb1185c (patch)
treec5f9234d7cf67cdcb9c11d566f5cacd063f9bbc6 /devel/libusb
parent63aea3f4ee30523825c2f2165b3a80812211ef07 (diff)
downloadpkgsrc-e13e16922df990d93ce412efa8122202abb1185c.tar.gz
LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDE
Diffstat (limited to 'devel/libusb')
-rw-r--r--devel/libusb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index cf679d4ce1f..210a70b20a5 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/03/03 15:26:58 veego Exp $
+# $NetBSD: Makefile,v 1.6 2002/05/08 17:43:40 drochner Exp $
#
DISTNAME= libusb-0.1.5
@@ -13,6 +13,6 @@ COMMENT= USB access library
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/bsd.pkg.mk"