summaryrefslogtreecommitdiff
path: root/graphics/s10sh
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-08 20:08:50 +0000
committerwiz <wiz>2002-10-08 20:08:50 +0000
commite03f18de1bfc6cd6218353231c9419f667a57d29 (patch)
treeaad71f0db136386d1cc03b65bf64ff56a33a800c /graphics/s10sh
parent8371fa755ede2dc334cec745758f872690c8043b (diff)
downloadpkgsrc-e03f18de1bfc6cd6218353231c9419f667a57d29.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'graphics/s10sh')
-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"