aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biology/psi88/Makefile9
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