summaryrefslogtreecommitdiff
path: root/graphics/s10sh
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-01-02 10:50:55 +0000
committerhubertf <hubertf>2002-01-02 10:50:55 +0000
commitf80aac670dcf64ab710585d3fdb1729c54249345 (patch)
treee4184337c9ebf363a29d418bd348951b93de173b /graphics/s10sh
parent9896ce124459266162787c7fbe6b39c5028fda00 (diff)
downloadpkgsrc-f80aac670dcf64ab710585d3fdb1729c54249345.tar.gz
pass LOCALBASE in CONFIGURE_ENV so libusb-config is found.
XXX is there a good reason we don't pass this per default??
Diffstat (limited to 'graphics/s10sh')
-rw-r--r--graphics/s10sh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index 7da4a05e27a..0d75a485766 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:13 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/02 10:50:55 hubertf Exp $
#
DISTNAME= s10sh-0.2.0
@@ -9,11 +9,11 @@ MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://www.kyuzz.org/antirez/s10sh
COMMENT= USB/serial userspace driver for Canon PowerShot cameras
-DEPENDS+= libusb-[0-9]*:../../devel/libusb
-
HAS_CONFIGURE= yes
+CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
do-install:
${INSTALL} ${WRKSRC}/s10sh ${PREFIX}/bin
+.include "../../devel/libusb/buildlink.mk"
.include "../../mk/bsd.pkg.mk"