diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 09:51:49 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 09:51:49 +0000 |
commit | 269ae10910a62a93f60a11dce840dc72f5e6856a (patch) | |
tree | 604ea27f2de1ddad291b407a0473d75fa9b26141 /math | |
parent | 80b36c230633f488d3a8b3b49d753d7feb628224 (diff) | |
download | ports-269ae10910a62a93f60a11dce840dc72f5e6856a.tar.gz ports-269ae10910a62a93f60a11dce840dc72f5e6856a.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 6 | ||||
-rw-r--r-- | math/plplot/Makefile | 5 |
2 files changed, 2 insertions, 9 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index ceeddc216b13..39ad924bc09a 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -31,11 +31,7 @@ CONFIGURE_ARGS= --with-cc=${CC} \ --x-libraries=${X11BASE}/lib \ --x-includes=${X11BASE}/include -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 -CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" +USE_FORTRAN= yes .include <bsd.port.pre.mk> diff --git a/math/plplot/Makefile b/math/plplot/Makefile index b69a0ec56e5c..593b59a1404e 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -20,10 +20,7 @@ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ gd.4:${PORTSDIR}/graphics/gd \ qhull.5:${PORTSDIR}/math/qhull -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes USE_AUTOTOOLS= libltdl:15 USE_PERL5_BUILD=yes |