aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xd3d
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-13 07:46:35 +0800
committermaho <maho@FreeBSD.org>2007-01-13 07:46:35 +0800
commit98142063171c3ab9b883c44b6f57615e68bb1851 (patch)
treee8862c3d2dfc95e50d4eb293917a632ebe00935d /graphics/xd3d
parente0df0f9d060ddb121cfe2014f919a2ff14c2d1f5 (diff)
downloadfreebsd-ports-gnome-98142063171c3ab9b883c44b6f57615e68bb1851.tar.gz
freebsd-ports-gnome-98142063171c3ab9b883c44b6f57615e68bb1851.tar.zst
freebsd-ports-gnome-98142063171c3ab9b883c44b6f57615e68bb1851.zip
* Migrate to gfortran.
* Bump port revision.
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*} != ""