From owner-cvs-all Mon Sep 28 03:49:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA18676 for cvs-all-outgoing; Mon, 28 Sep 1998 03:49:27 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA18671; Mon, 28 Sep 1998 03:49:26 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA03980; Mon, 28 Sep 1998 03:49:21 -0700 (PDT) Date: Mon, 28 Sep 1998 03:49:21 -0700 (PDT) Message-Id: <199809281049.DAA03980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/math/linpack Makefile ports/math/eispack Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1998/09/28 03:49:21 PDT Modified files: math/linpack Makefile math/eispack Makefile Log: It's not a good idea to use RUN_DEPENDS on shared libs. Change it to LIB_DEPENDS for now; if you *really* have to do this, at least RUN_DEPENDS on the *.so link so it will work for both a.out and ELF. While I'm here, create the *.so link explicitly for the a.out case. Revision Changes Path 1.16 +5 -2 ports/math/linpack/Makefile 1.16 +5 -2 ports/math/eispack/Makefile