libscsi is not shared; change this from DEPENDS to BUILD_DEPENDS.
This commit is contained in:
parent
8618ffcbca
commit
d27d2d5294
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue