Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2008 14:21:05 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports@freebsd.org
Subject:   [PATCH] lang/ratfor -- Replace WANT_FORTRAN by USE_FORTRAN
Message-ID:  <20080801212046.GA56165@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080801212046.GA56165>