From owner-freebsd-ports Sat Oct 21 17: 5: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by hub.freebsd.org (Postfix) with ESMTP id 705B337B4C5 for ; Sat, 21 Oct 2000 17:05:06 -0700 (PDT) Received: from math.missouri.edu ([24.12.197.197]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001022000455.VIFQ17121.femail2.sdc1.sfba.home.com@math.missouri.edu> for ; Sat, 21 Oct 2000 17:04:55 -0700 Message-ID: <39F22F33.7CA5EE36@math.missouri.edu> Date: Sat, 21 Oct 2000 19:05:07 -0500 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: LIB_DEPENDS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am the maintainer of the dvipdfm port, and just recently I put in lines like: BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX LIB_DEPENDS= png:${PORTSDIR}/graphics/png It would make more sense to me to have instead the lines LIB_DEPENDS= kpathsea:${PORTSDIR}/print/teTeX \ png:${PORTSDIR}/graphics/png but it doesn't seem to work. I am guessing that it is because only libkpathsea.a is there, not any libkpathsea.so. Is this the way LIB_DEPENDS is supposed to work? Thanks, Stephen -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message