aboutsummaryrefslogtreecommitdiffstats
path: root/biology/deft
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 00:32:18 +0800
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 00:32:18 +0800
commita1f39d4413ac500759c1910553eccfb17a45031e (patch)
tree568b50058acd0cab3540d51fa67ff128f77f7a25 /biology/deft
parent5ba51d0597450d8cf8dcb0740d141f10f590fd3a (diff)
downloadfreebsd-ports-a1f39d4413ac500759c1910553eccfb17a45031e.tar.gz
freebsd-ports-a1f39d4413ac500759c1910553eccfb17a45031e.tar.zst
freebsd-ports-a1f39d4413ac500759c1910553eccfb17a45031e.zip
Compile error
PR: 13613 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=21416
Diffstat (limited to 'biology/deft')
-rw-r--r--biology/deft/files/Makefile.deft2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/deft/files/Makefile.deft b/biology/deft/files/Makefile.deft
index 2d603e6a9593..e4e8cf80353f 100644
--- a/biology/deft/files/Makefile.deft
+++ b/biology/deft/files/Makefile.deft
@@ -2,7 +2,7 @@
# Makefile for DeFT
#
TARGET = DeFT.exec
-FFLAGS ?= -O2 -malign-double -Nn802
+FFLAGS = -O2 -malign-double -Nn802
LFLAGS =
SRCS:sh = ls *.f
OBJS = $(SRCS:.f=.o)