summaryrefslogtreecommitdiff
path: root/math/py-scipy12
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
commitacea7f0682b89f8d0999e81a81341dfe21db49fc (patch)
treee25472ccd0b1ab989f1b92436096953570f7b300 /math/py-scipy12
parent025745474c7cdcbfbdda1d3fb4d09a72d8ce32f3 (diff)
downloadpkgsrc-acea7f0682b89f8d0999e81a81341dfe21db49fc.tar.gz
math: align variable assignments
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
Diffstat (limited to 'math/py-scipy12')
-rw-r--r--math/py-scipy12/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-scipy12/Makefile b/math/py-scipy12/Makefile
index edad3c30add..6be176f484c 100644
--- a/math/py-scipy12/Makefile
+++ b/math/py-scipy12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/06/15 17:51:13 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/11/02 16:16:22 rillig Exp $
DISTNAME= scipy-1.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ PYSETUPBUILDARGS+= --fcompiler=g95
PYSETUPBUILDARGS+= --fcompiler=gnu95
LDFLAGS.Darwin+= -undefined dynamic_lookup
.else
-BROKEN= Requires fortran 95
+BROKEN= Requires fortran 95
.endif
CPPFLAGS+= -D__STDC_FORMAT_MACROS