diff options
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}|' \ |