From 15be4f88b21919175d211e33aa4f54a18eaae75b Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 20 Nov 2006 10:38:31 +0000 Subject: [PATCH] forgot one DEPRUNLIBS --- infrastructure/mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/mk/bsd.port.mk b/infrastructure/mk/bsd.port.mk index 4983b8f0e05..4fa57dffa67 100644 --- a/infrastructure/mk/bsd.port.mk +++ b/infrastructure/mk/bsd.port.mk @@ -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; \