Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2020 07:27:55 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548766 - head/math/lrslib
Message-ID:  <202009160727.08G7RthL003853@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Sep 16 07:27:55 2020
New Revision: 548766
URL: https://svnweb.freebsd.org/changeset/ports/548766

Log:
  math/lrslib: Remove unnecessary dependencies

Modified:
  head/math/lrslib/Makefile

Modified: head/math/lrslib/Makefile
==============================================================================
--- head/math/lrslib/Makefile	Wed Sep 16 07:25:17 2020	(r548765)
+++ head/math/lrslib/Makefile	Wed Sep 16 07:27:55 2020	(r548766)
@@ -2,6 +2,7 @@
 
 PORTNAME=	lrslib
 DISTVERSION=	071
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/
 
@@ -11,11 +12,9 @@ COMMENT=	Reverse search algorithm for vertex enumerati
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
-		libgmp.so:math/gmp \
-		libmpi.so:net/mpich
+LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=		fortran gmake libtool localbase:ldflags # fortran because it's built with mpic++
+USES=		gmake libtool localbase:ldflags
 USE_LDCONFIG=	yes
 
 MAKEFILE=	makefile



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