summaryrefslogtreecommitdiff
path: root/math/parmetis/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-02-24 17:57:08 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-02-24 17:57:08 +0000
commitc833b134629d90321bd5aec5c6d91d8e4d45e7f7 (patch)
tree65a7c34fafb5cffb64378f4da68ea5a02d049b0e /math/parmetis/Makefile
parentUpdate games/manaplus to 1.7.2.18 (diff)
Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in the base system, and these ports were outdated, remove them, and update any ports that still depended on them: * graphics/gnash * textproc/hs-double-conversion * x11-toolkits/hs-wxc * math/parmetis Approved by: portmgr (antoine) Exp-run by: antoine PR: 217257 MFH: 2017Q1
Diffstat (limited to 'math/parmetis/Makefile')
-rw-r--r--math/parmetis/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index 0ffc481d1318..0ddf4c758e20 100644
--- a/math/parmetis/Makefile
+++ b/math/parmetis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ParMetis
PORTVERSION= 4.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= math parallel
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/%SUBDIR%/
MASTER_SITE_SUBDIR= . OLD
@@ -17,15 +17,10 @@ LICENSE_NAME= University of Minnesota METIS License
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LICENSE_PERMS= auto-accept
-# libc++.so is a linker script, not a symlink.
-# Ignore portlint, the linker needs the actual library specified
-LIB_DEPENDS= libc++.so.1:devel/libc++
-
OPTIONS_DEFINE= OPENMPI DOCS
OPENMPI_DESC= Use openmpi instead of mpich2
USES= cmake gmake
-LDFLAGS+= -L${LOCALBASE}/lib -lc++
PLIST_FILES= include/parmetis/metis.h \
include/parmetis/parmetis.h \