freebsd-ports/lang/ratfor/files/patch-Makefile
Maho Nakata a3ad47de4a * Migrate to gfortran.
* Bump port revision.

Approved by:	portmgr(kris)
2007-01-13 09:17:14 +00:00

16 lines
314 B
Text

--- Makefile~ Sat Jan 13 18:13:44 2007
+++ Makefile Sat Jan 13 18:14:35 2007
@@ -28,11 +28,11 @@
test: ratfor
./ratfor -o test.f test.r
- f77 -o test test.f
+ %%F77%% -o test test.f
testw: ratfor
./ratfor -o testw.f testw.r
- f77 -o testw testw.f
+ %%F77%% -o testw testw.f
tests: test testw
./test