diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-13 23:23:58 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-13 23:23:58 +0000 |
commit | 055a2a5107a0154f09ea52272e26733c194ed427 (patch) | |
tree | 38d99fa556b343da0d0d57df48387a118ecc656f /science/cdf | |
parent | 7282a5e509a12e057e65637346a56af037b5bcd7 (diff) | |
download | ports-055a2a5107a0154f09ea52272e26733c194ed427.tar.gz ports-055a2a5107a0154f09ea52272e26733c194ed427.zip |
Define WITH_FORTRAN on -CURRENT.
Notes
Notes:
svn path=/head/; revision=179687
Diffstat (limited to 'science/cdf')
-rw-r--r-- | science/cdf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 81fc0dd08ccd..4ed760d44ba3 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -19,7 +19,7 @@ COMMENT= Device independent view of the CDF data model MAKE_FLAGS= INSTALLDIR=${PREFIX} OS=${OPSYS:L} ENV=gnu \ FORTRAN=yes F77=${F77} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes VER= ${PORTVERSION:S/.//} @@ -38,6 +38,10 @@ PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt BROKEN= Does not compile on ${ARCH} .endif +.if ${OSVERSION} >= 700000 +WITH_FORTRAN= yes +.endif + pre-configure: .for def in ${DEFS} ${REINPLACE_CMD} -e 's|<path>|${PREFIX}|' \ |