diff options
author | tv <tv@pkgsrc.org> | 1999-02-07 17:03:27 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-07 17:03:27 +0000 |
commit | d27d2d5294f28cc4819537ec2125b8dd01fa5436 (patch) | |
tree | c9f6cc1e62f997959d883b43aa71370ab148ae74 /audio/cdd/Makefile | |
parent | 8618ffcbcac5b3faef18026217db8c531b91ff9b (diff) | |
download | pkgsrc-d27d2d5294f28cc4819537ec2125b8dd01fa5436.tar.gz |
libscsi is not shared; change this from DEPENDS to BUILD_DEPENDS.
Diffstat (limited to 'audio/cdd/Makefile')
-rw-r--r-- | audio/cdd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |