diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-21 08:05:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-21 08:05:07 +0000 |
commit | 9501b905bd9382872b8afbe025cdbd87d15e05fd (patch) | |
tree | 6cf48e6c0d2a23b77a401a32060f21bdb8fc4924 /devel/papi | |
parent | Update to 0.5 (diff) |
- Convert to USE_FORTRAN (untested)
Reported by: pointyhat
Diffstat (limited to 'devel/papi')
-rw-r--r-- | devel/papi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile index 35897edfe7dd..2a2a93b7d1da 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -39,7 +39,7 @@ PLIST_SUB+= CTESTS="" PLIST_SUB+= FTESTS="@comment " .else PLIST_SUB+= FTESTS="" -BUILD_DEPENDS= gfortran:${PORTSDIR}/lang/gcc42 +USE_FORTRAN= yes .endif .if defined(WITHOUT_DEBUG) |