summaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-12 13:00:06 +0000
committermaho <maho@FreeBSD.org>2007-01-12 13:00:06 +0000
commit326e1e036715fd1d68fe73c242772874b2480a24 (patch)
tree57609dcc8b9370c8463378c1a4856015875c0612 /cad
parent972041768efe882d8a54177058cc64c64259f511 (diff)
downloadFreeBSD-ports-326e1e036715fd1d68fe73c242772874b2480a24.zip
FreeBSD-ports-326e1e036715fd1d68fe73c242772874b2480a24.tar.gz
* Migrate to gfortran.
* Bump port revision.
Diffstat (limited to 'cad')
-rw-r--r--cad/feappv/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile
index e242c15..eef1bfe 100644
--- a/cad/feappv/Makefile
+++ b/cad/feappv/Makefile
@@ -7,6 +7,7 @@
PORTNAME= feappv
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= cad science
MASTER_SITES= http://www.ce.berkeley.edu/~rlt/feappv/
MASTER_SITE_SUBDIR= feap
@@ -25,7 +26,11 @@ EXTRACT_BEFORE_ARGS= -L
WRKSRC= ${WRKDIR}/ver20
USE_XLIB= yes
-FFLAGS?= -O2
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+FFLAGS+= -O2
MAKEFILE= makefile
ALL_TARGET= install
OpenPOWER on IntegriCloud