svn commit: r548766 - head/math/lrslib

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 16 07:27:56 UTC 2020


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


More information about the svn-ports-all mailing list