summaryrefslogtreecommitdiff
path: root/devel/libusb/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-24 11:17:46 +0000
committerjlam <jlam@pkgsrc.org>2001-07-24 11:17:46 +0000
commitc4ed1fa339d5ff099047e1cc9d834e4c26585e86 (patch)
tree5b1f89171ced5f07a27cb608d2b9f1c9b3692335 /devel/libusb/Makefile
parent6d744e31386e65a5e8f2ba76693fda27bbc15d14 (diff)
downloadpkgsrc-c4ed1fa339d5ff099047e1cc9d834e4c26585e86.tar.gz
Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other
package Makefiles.
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r--devel/libusb/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
index 47086db9f70..038a7ca7d83 100644
--- a/devel/libusb/Makefile
+++ b/devel/libusb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/28 10:11:41 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2001/07/24 11:17:46 jlam Exp $
#
DISTNAME= libusb-0.1.3b
@@ -9,8 +9,9 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://libusb.sourceforge.net/
COMMENT= USB access library
-GNU_CONFIGURE= YES
-USE_LIBTOOL= yes
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"