aboutsummaryrefslogtreecommitdiff
path: root/science/cdf
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-13 23:23:58 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-13 23:23:58 +0000
commit055a2a5107a0154f09ea52272e26733c194ed427 (patch)
tree38d99fa556b343da0d0d57df48387a118ecc656f /science/cdf
parent7282a5e509a12e057e65637346a56af037b5bcd7 (diff)
downloadports-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/Makefile6
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}|' \