diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 15:37:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 15:37:15 +0800 |
commit | e59c5e2e130d16dc7ae04b960115c07010eaed3a (patch) | |
tree | 3417a6e6d1d00e03135a08921179dc70e19d3610 /math/mumps/Makefile | |
parent | 4d9897388d9ae31e9dd0adf6df18eba800f8b154 (diff) | |
download | freebsd-ports-gnome-e59c5e2e130d16dc7ae04b960115c07010eaed3a.tar.gz freebsd-ports-gnome-e59c5e2e130d16dc7ae04b960115c07010eaed3a.tar.zst freebsd-ports-gnome-e59c5e2e130d16dc7ae04b960115c07010eaed3a.zip |
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket
Diffstat (limited to 'math/mumps/Makefile')
-rw-r--r-- | math/mumps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index b61e523ca2a3..c0aebf377785 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -106,7 +106,6 @@ pre-build: s+@FCFLAGS@+${FCFLAGS}+g; \ s+@GCCLIBDIR@+${GCCLIBDIR}+g; \ s+@FORTRANLIBS@+${FORTRANLIBS}+g; \ - s+@PTHREAD_LIBS@+${PTHREAD_LIBS}+g; \ s+@BLAS_LIBS@+${BLAS_LIBS}+ ; \ s+@LOCALBASE@+${LOCALBASE}+g;' \ ${WRKSRC}/Makefile.inc |