diff options
author | maho <maho@FreeBSD.org> | 2007-07-14 09:33:55 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-14 09:33:55 +0800 |
commit | 145515c3cac46439c24c5e1009b5271d1aad9141 (patch) | |
tree | 88982fdc79c56289cf7c74a739ab938f09cd4b34 | |
parent | c8207a4a04a94b6234eaf891fe1ba2795035c0ea (diff) | |
download | freebsd-ports-gnome-145515c3cac46439c24c5e1009b5271d1aad9141.tar.gz freebsd-ports-gnome-145515c3cac46439c24c5e1009b5271d1aad9141.tar.zst freebsd-ports-gnome-145515c3cac46439c24c5e1009b5271d1aad9141.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: thierry
-rw-r--r-- | graphics/cimg/Makefile | 5 | ||||
-rw-r--r-- | graphics/xd3d/Makefile | 5 | ||||
-rw-r--r-- | science/cdf/Makefile | 6 |
3 files changed, 3 insertions, 13 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index cdcb8299afea..2e6cf6b3d575 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -33,10 +33,7 @@ LAPACK_LIB= -L${LOCALBASE}/lib -lalapack -lcblas -lf77blas -L`${CAT} ${WRKSRC}/L LAPACK_DEF= -Dcimg_lapack . endif -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes . if !defined(WITHOUT_OPTIMIZATIONS) USE_XLIB= yes diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index e24e199f6e6d..0f4eda809687 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -42,10 +42,7 @@ REINPLACE_ARGS= -i "" FETCH_CMD= /usr/bin/fetch FETCH_BEFORE_ARGS= -R -o ${DISTDIR}/${DISTFILES} -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -O MEMORY_XD3D?= 64 diff --git a/science/cdf/Makefile b/science/cdf/Makefile index a93115c53e29..1068ff5c2b95 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -25,11 +25,7 @@ USE_LDCONFIG= yes VER= ${PORTVERSION:S/.//} -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -MAKE_ENV+= FFLAGS="${FFLAGS}" +USE_FORTRAN= yes WRKSRC= ${WRKDIR}/cdf${VER}-dist SUB_FILES= pkg-message |