diff options
author | maho <maho@FreeBSD.org> | 2007-01-16 12:41:41 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-16 12:41:41 +0800 |
commit | ddef17c2e6aeb00b75e7721d081e4ae8b82325a7 (patch) | |
tree | 40f11ae1b1f15f90f08155505ce423eb42eb6694 /biology/psi88 | |
parent | 10826243ca013235a0c1741f3df9db69b5ca7746 (diff) | |
download | freebsd-ports-gnome-ddef17c2e6aeb00b75e7721d081e4ae8b82325a7.tar.gz freebsd-ports-gnome-ddef17c2e6aeb00b75e7721d081e4ae8b82325a7.tar.zst freebsd-ports-gnome-ddef17c2e6aeb00b75e7721d081e4ae8b82325a7.zip |
* Migrate to gfortran.
* Bump port revision.
* fix build [1].
Submitted by: kris [1]
Diffstat (limited to 'biology/psi88')
-rw-r--r-- | biology/psi88/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index 68d8d13f656d..71d4d67cd3e5 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -7,6 +7,7 @@ PORTNAME= psi88 PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/ DISTNAME= ${PORTNAME} @@ -18,11 +19,9 @@ COMMENT= Plotting wavefunctions (molecular orbitals) in 3D .include <bsd.port.pre.mk> WANT_FORTRAN= yes #dummy -#currently not buildable with gfortran. -#assume FreeBSD7 won't ship with f77 nor gfortran. -.if ${OSVERSION} >= 700000 -USE_GCC= 3.4 -.endif +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 pre-patch: ${MV} ${WRKSRC}/src/makefile ${WRKSRC}/src/Makefile |