[PATCH] lang/ratfor -- Replace WANT_FORTRAN by USE_FORTRAN

Steve Kargl sgk at troutmask.apl.washington.edu
Fri Aug 1 21:21:06 UTC 2008


diff -urN ratfor.old/Makefile ratfor/Makefile
--- ratfor.old/Makefile	2008-08-01 14:18:10.000000000 -0700
+++ ratfor/Makefile	2008-08-01 14:18:37.000000000 -0700
@@ -26,9 +26,7 @@
 ALL_TARGET=	all tests
 MAN1=		ratfor.1
 
-WANT_FORTRAN=yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-F77=		gfortran42
+USE_FORTRAN=yes
 
 post-patch:
 	@cd ${WRKSRC} ; ${PATCH} --quiet < testw.patch


More information about the freebsd-ports mailing list