diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 13:12:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 13:12:32 +0000 |
commit | 8d6df46d3ce9838e875d8d1fd2fc898044aaa819 (patch) | |
tree | 72edce4bebdb399c6e313eae4a480770ac182dd9 /devel/libU77 | |
parent | 4806c9afd851b9e1b1ab50f2888793d028e5d4b8 (diff) |
Notes
Diffstat (limited to 'devel/libU77')
-rw-r--r-- | devel/libU77/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libU77/Makefile b/devel/libU77/Makefile index 911f6418d3d1..62ca5fca43fd 100644 --- a/devel/libU77/Makefile +++ b/devel/libU77/Makefile @@ -7,6 +7,7 @@ PORTNAME= libU77 PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor @@ -16,6 +17,12 @@ COMMENT= Adds Fortran intrinsics missing from f2c USE_LDCONFIG= yes +WANT_FORTRAN= yes #dummy but future use +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 +MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" + pre-build: ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile |