diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 06:41:22 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 06:41:22 +0000 |
commit | eb0ab15198075e820bd4eb282813474ab1adf461 (patch) | |
tree | add8e60fe2abfa9064d45279b727c54589583e45 /biology/platon/Makefile | |
parent | 9cfd2bb2199c9616c6d0922a46e231cde4545956 (diff) |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Notes
Notes:
svn path=/head/; revision=195448
Diffstat (limited to 'biology/platon/Makefile')
-rw-r--r-- | biology/platon/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/biology/platon/Makefile b/biology/platon/Makefile index 2fa1e0481200..6f6cd353b948 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -21,11 +21,7 @@ COMMENT= Tool for viewing molecular/crystallographic structures RESTRICTED= free for academic, US$ 5000 for commercial users USE_XLIB= yes -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -MAKE_ENV+= FC="${FC}" +USE_FORTRAN= yes # This port only has snapshot archive IGNOREFILES= platon.tar.gz |