aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 14:06:48 +0800
committermaho <maho@FreeBSD.org>2007-01-12 14:06:48 +0800
commit3c24fed78bf959912074e5dfda184ff8ae8b802c (patch)
treeae420de7ab88563e2a468818a078fb10828e155c /cad
parent58395d771dd810fc8d6fc185c7c2849fa09e47c2 (diff)
downloadfreebsd-ports-gnome-3c24fed78bf959912074e5dfda184ff8ae8b802c.tar.gz
freebsd-ports-gnome-3c24fed78bf959912074e5dfda184ff8ae8b802c.tar.zst
freebsd-ports-gnome-3c24fed78bf959912074e5dfda184ff8ae8b802c.zip
* Use gfortran42 only and not gcc42.
* Bump portrevision.
Diffstat (limited to 'cad')
-rw-r--r--cad/calculix/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/cad/calculix/Makefile b/cad/calculix/Makefile
index 9d92a5d198cc..a21cb58142ec 100644
--- a/cad/calculix/Makefile
+++ b/cad/calculix/Makefile
@@ -7,7 +7,7 @@
PORTNAME= CalculiX
PORTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://www.dhondt.de/
DISTFILES= ${DIST_SOURCES}
@@ -66,8 +66,10 @@ PSVIEWER?= gv
.include <bsd.port.pre.mk>
-WANT_FORTRAN=yes
-USE_GCC=4.2+
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
.if ${ARCH} == "sparc64"
CFLAGS+= -fPIC