forgot one DEPRUNLIBS
This commit is contained in:
parent
b46318f8f6
commit
15be4f88b2
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.820 2006/11/20 10:36:13 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.821 2006/11/20 10:38:31 espie Exp $
|
||||
# $FreeBSD: bsd.port.mk,v 1.264 1996/12/25 02:27:44 imp Exp $
|
||||
# $NetBSD: bsd.port.mk,v 1.62 1998/04/09 12:47:02 hubertf Exp $
|
||||
#
|
||||
@ -2540,7 +2540,7 @@ _print-package-signature-run:
|
||||
.endfor
|
||||
|
||||
_print-package-signature-lib:
|
||||
@echo $$LIST_LIBS| LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} perl ${PORTSDIR}/infrastructure/build/resolve-lib ${_DEPLIBS:S/>/\>/g}
|
||||
@echo $$LIST_LIBS| LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} perl ${PORTSDIR}/infrastructure/build/resolve-lib ${_DEPRUNLIBS:S/>/\>/g}
|
||||
.for _i in ${LIB_DEPENDS}
|
||||
@echo '${_i}' |{ \
|
||||
IFS=:; read dep pkg subdir target; \
|
||||
|
Loading…
Reference in New Issue
Block a user