diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 16:35:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 16:35:30 +0000 |
commit | e71de09d6d165e87dd966a36ce44971dbc4d5cfc (patch) | |
tree | fe4ce18513a9d787d533353cb3f6be9d8eacc957 /math/linpack | |
parent | 48606d8811175204655147f9fb366e86cdbf0e0a (diff) | |
download | ports-e71de09d6d165e87dd966a36ce44971dbc4d5cfc.tar.gz ports-e71de09d6d165e87dd966a36ce44971dbc4d5cfc.zip |
Notes
Diffstat (limited to 'math/linpack')
-rw-r--r-- | math/linpack/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 158955c89339..776c7664bb19 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linpack -# Date created: 31 October 1994 -# Whom: ljo -# +# Created by: ljo # $FreeBSD$ -# PORTNAME= linpack PORTVERSION= 1.0 @@ -16,6 +12,7 @@ MAINTAINER= bf@FreeBSD.org COMMENT= Linear Algebra package LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas +MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null .include <bsd.port.pre.mk> |