summaryrefslogtreecommitdiff
path: root/graphics/xd3d
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-12 23:46:35 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-12 23:46:35 +0000
commitcee2c25a07b8828fb9e1cb1d6a4c89da6636e989 (patch)
tree36f0020c25427af0a06ba410c79ed9767a98583c /graphics/xd3d
parentStill lapack.h and blas.h are required, though remove dependency (diff)
* Migrate to gfortran.
* Bump port revision.
Notes
Notes: svn path=/head/; revision=182253
Diffstat (limited to 'graphics/xd3d')
-rw-r--r--graphics/xd3d/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile
index 7cdc79ff9f22..7a385ac74adb 100644
--- a/graphics/xd3d/Makefile
+++ b/graphics/xd3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xd3d
PORTVERSION= 8.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics math
MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/
@@ -40,8 +40,11 @@ REINPLACE_ARGS= -i ""
FETCH_CMD= /usr/bin/fetch
FETCH_BEFORE_ARGS= -R -o ${DISTDIR}/${DISTFILES}
-F77?= f77
-FFLAGS?= -O
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
+FFLAGS+= -O
MEMORY_XD3D?= 64
.if defined(LANG) && ${LANG:Mfr*} != ""