summaryrefslogtreecommitdiff
path: root/math/odepack
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-11-30 01:37:22 +0000
committerjtb <jtb@pkgsrc.org>2000-11-30 01:37:22 +0000
commit49849c7ad5e66e52b36ecabf008388a54ba55888 (patch)
tree6014aa1dd7360aad0fc547161fc3ad2b0ece1d36 /math/odepack
parentd4f216130652e693aedcaabe52e441d54989030a (diff)
downloadpkgsrc-49849c7ad5e66e52b36ecabf008388a54ba55888.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"