From d27d2d5294f28cc4819537ec2125b8dd01fa5436 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 7 Feb 1999 17:03:27 +0000 Subject: libscsi is not shared; change this from DEPENDS to BUILD_DEPENDS. --- audio/cdd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/cdd') diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile index da03a263829..df192425ba7 100644 --- a/audio/cdd/Makefile +++ b/audio/cdd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/08/23 20:45:01 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/07 17:03:27 tv Exp $ DISTNAME= cdd-1.0myc2 PKGNAME= cdd-1.0myc2 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= thorpej@netbsd.org -DEPENDS+= libscsi-1.6:../../devel/libscsi +BUILD_DEPENDS+= ${PREFIX}/lib/libscsi.a:../../devel/libscsi do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin -- cgit v1.2.3