aboutsummaryrefslogtreecommitdiffstats
path: root/biology
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-07-12 14:33:38 +0800
committermaho <maho@FreeBSD.org>2007-07-12 14:33:38 +0800
commitf436e6214dbd993e992784d82a2402e9c697cd74 (patch)
treeaba92075bcfb798de16714a912a76f469d790432 /biology
parent84d33e3bc3d9a3b4d3c3dd58b86036f3ddff09ce (diff)
downloadfreebsd-ports-gnome-f436e6214dbd993e992784d82a2402e9c697cd74.tar.gz
freebsd-ports-gnome-f436e6214dbd993e992784d82a2402e9c697cd74.tar.zst
freebsd-ports-gnome-f436e6214dbd993e992784d82a2402e9c697cd74.zip
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'biology')
-rw-r--r--biology/molden/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile
index 1d8b3661b115..d3ae85919f7c 100644
--- a/biology/molden/Makefile
+++ b/biology/molden/Makefile
@@ -27,11 +27,7 @@ MAKEFILE= ${WRKSRC}/makefile
.include <bsd.port.pre.mk>
-WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
-MAKE_ENV+= FC="${FC}" F77="${77}"
+USE_FORTRAN= yes
post-patch:
${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/xwin.c