diff options
author | maho <maho@FreeBSD.org> | 2007-07-12 14:33:38 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-07-12 14:33:38 +0800 |
commit | f436e6214dbd993e992784d82a2402e9c697cd74 (patch) | |
tree | aba92075bcfb798de16714a912a76f469d790432 /astro | |
parent | 84d33e3bc3d9a3b4d3c3dd58b86036f3ddff09ce (diff) | |
download | freebsd-ports-gnome-f436e6214dbd993e992784d82a2402e9c697cd74.tar.gz freebsd-ports-gnome-f436e6214dbd993e992784d82a2402e9c697cd74.tar.zst freebsd-ports-gnome-f436e6214dbd993e992784d82a2402e9c697cd74.zip |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/cfitsio/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index c6faf33d87b1..5357171d2fab 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -19,10 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_LDCONFIG= yes -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes LIB_DEPENDS+= f2c.2:${PORTSDIR}/lang/f2c ALL_TARGET= shared |