diff options
author | wiz <wiz> | 2002-10-08 20:08:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-08 20:08:50 +0000 |
commit | 5dc50a38f5ad9d12a5979bd49a43f14f35a10d7e (patch) | |
tree | aad71f0db136386d1cc03b65bf64ff56a33a800c /graphics | |
parent | a7b27c8c58f1763c8c84241f90b671301fa74ebe (diff) | |
download | pkgsrc-5dc50a38f5ad9d12a5979bd49a43f14f35a10d7e.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/s10sh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 0d75a485766..50f04f3677e 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/02 10:50:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/08 20:08:50 wiz Exp $ # DISTNAME= s10sh-0.2.0 @@ -9,11 +9,12 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://www.kyuzz.org/antirez/s10sh COMMENT= USB/serial userspace driver for Canon PowerShot cameras +USE_BUILDLINK2= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} do-install: ${INSTALL} ${WRKSRC}/s10sh ${PREFIX}/bin -.include "../../devel/libusb/buildlink.mk" +.include "../../devel/libusb/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |