diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-23 13:05:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-23 13:05:24 +0000 |
commit | e52225d8c8e3daa3c35cae1f51564aa492cfa672 (patch) | |
tree | daf5929141f4b027ea217c7f92318a0e1bb88e7f /biology/molden | |
parent | - Create default config files from *.sample and remove them if they did not (diff) |
- Fix typo
Diffstat (limited to 'biology/molden')
-rw-r--r-- | biology/molden/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index 6a490336844b..c11fbf9ca00a 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -28,7 +28,7 @@ MAKEFILE= ${WRKSRC}/makefile .include <bsd.port.pre.mk> WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 FC= gfortran42 F77= gfortran42 MAKE_ENV+= FC="${FC}" F77="${77}" |