aboutsummaryrefslogtreecommitdiff
path: root/math/scalapack/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-11-01 01:28:42 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-11-01 01:28:42 +0000
commit3d53a3f5b810933491ccf66263b98fac1f50a809 (patch)
tree69a470d5b3f3a5505cd1d5a3e1ec31fbc2aae937 /math/scalapack/Makefile
parente58d5042dc74c381bf8be342aa7b40b6de6210da (diff)
downloadports-3d53a3f5b810933491ccf66263b98fac1f50a809.tar.gz
ports-3d53a3f5b810933491ccf66263b98fac1f50a809.zip
devel/pkgconf doesn't search under lib/pkgconfig by default
Notes
Notes: svn path=/head/; revision=425042
Diffstat (limited to 'math/scalapack/Makefile')
-rw-r--r--math/scalapack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/scalapack/Makefile b/math/scalapack/Makefile
index ad5a07347eff..5fa9c4578bbd 100644
--- a/math/scalapack/Makefile
+++ b/math/scalapack/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scalapack
PORTVERSION= 2.0.2
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= math
MASTER_SITES= NL
DISTFILES= scalapack-${PORTVERSION}.tgz manpages.tgz
@@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
CONFLICTS= elmer-mathlibs-1*
USE_LDCONFIG= yes
-USES= cmake fortran
+USES= cmake fortran pathfix
CMAKE_ARGS_ST= -DBUILD_STATIC_LIBS:BOOL=ON
CMAKE_ARGS_SH= -DBUILD_SHARED_LIBS:BOOL=ON
CMAKE_ARGS= ${CMAKE_ARGS_ST}