summaryrefslogtreecommitdiff
path: root/math/odepack
diff options
context:
space:
mode:
authorjtb <jtb>2000-11-30 01:37:22 +0000
committerjtb <jtb>2000-11-30 01:37:22 +0000
commitfe7cb5fef98b4c1dd91a4549f52475dc1e94575e (patch)
tree6014aa1dd7360aad0fc547161fc3ad2b0ece1d36 /math/odepack
parent1246ab6f91a03afe484ef14444bb81ae5abb1d91 (diff)
downloadpkgsrc-fe7cb5fef98b4c1dd91a4549f52475dc1e94575e.tar.gz
Removed erroneous additional = in FOPTS.
Diffstat (limited to 'math/odepack')
-rw-r--r--math/odepack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/odepack/Makefile b/math/odepack/Makefile
index 07325e18854..82d9311d178 100644
--- a/math/odepack/Makefile
+++ b/math/odepack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/30 00:51:16 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2000/11/30 01:37:22 jtb Exp $
DISTNAME= odepack-20001129
CATEGORIES= math
@@ -10,7 +10,7 @@ WRKSRC= ${WRKDIR}/odepack
USE_LIBTOOL= YES
USE_FORTRAN= YES
-FOPTS?= =-O3
+FOPTS?= -O3
.include "../../mk/bsd.prefs.mk"