Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2004 15:51:41 -0400 (EDT)
From:      Eric van Gyzen <vangyzen@stat.duke.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68567: ports/math/itl depends on non-existent port
Message-ID:  <200407011951.i61JpfuL080831@stat.duke.edu>
Resent-Message-ID: <200407012000.i61K0g3b089766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68567
>Category:       ports
>Synopsis:       ports/math/itl depends on non-existent port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 01 20:00:42 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eric van Gyzen
>Release:        FreeBSD 5.2-RELEASE-p8 i386
>Organization:
>Environment:
N/A

>Description:
The ports/math/itl port [optionally] depends on a non-existent port.

>How-To-Repeat:
N/A

>Fix:

Index: math/itl/Makefile
===================================================================
RCS file: /build/cvsroot/ports/math/itl/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- math/itl/Makefile	10 Apr 2004 17:26:44 -0000	1.2
+++ math/itl/Makefile	1 Jul 2004 19:47:41 -0000
@@ -27,8 +27,8 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WANT_MPI) || exists(${LOCALBASE}/bin/hcp)
-BUILD_DEPENDS+=	${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
-RUN_DEPENDS+=	${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
+BUILD_DEPENDS+=	${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam
+RUN_DEPENDS+=	${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam
 CONFIGURE_ARGS+=--with-mpi=lam
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407011951.i61JpfuL080831>