diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-01-02 10:50:55 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-01-02 10:50:55 +0000 |
commit | 10eebaa1ec95c66630e12252af3f662198881f05 (patch) | |
tree | e4184337c9ebf363a29d418bd348951b93de173b /graphics/s10sh | |
parent | da17a9eba04095754f896cb542097b944ae064d9 (diff) | |
download | pkgsrc-10eebaa1ec95c66630e12252af3f662198881f05.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/Makefile | 6 |
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" |