summaryrefslogtreecommitdiff
path: root/graphics/s10sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/s10sh/Makefile')
-rw-r--r--graphics/s10sh/Makefile5
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"