diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/slatec | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/slatec')
-rw-r--r-- | math/slatec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 748aab0bc9b0..025528036eb3 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 4.1 CATEGORIES= math MASTER_SITES= NL:slatec,blas MASTER_SITE_SUBDIR= slatec/:slatec blas/:blas +NO_STAGE= yes # Get d1mach.f, i1mach.f, r1mach.f from BLAS, rather than from Slatec: # See Netlib FAQ #2.17: http://netlib.org/misc/faq.html#2.17 DISTFILES= guide:slatec slatec_chk.tgz:slatec slatec_src.tgz:slatec \ |