aboutsummaryrefslogtreecommitdiffstats
path: root/math/linpack
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-25 00:35:30 +0800
committerbapt <bapt@FreeBSD.org>2013-05-25 00:35:30 +0800
commit8fb596db30fc304c30072b44b4c7f855046822f1 (patch)
treefe4ce18513a9d787d533353cb3f6be9d8eacc957 /math/linpack
parent32614f4f72427625e19e6ceb4bc533c0bd4f401a (diff)
downloadfreebsd-ports-gnome-8fb596db30fc304c30072b44b4c7f855046822f1.tar.gz
freebsd-ports-gnome-8fb596db30fc304c30072b44b4c7f855046822f1.tar.zst
freebsd-ports-gnome-8fb596db30fc304c30072b44b4c7f855046822f1.zip
Do not let system make.conf inpact the port's makefile
This fixes build on current
Diffstat (limited to 'math/linpack')
-rw-r--r--math/linpack/Makefile7
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>