aboutsummaryrefslogtreecommitdiffstats
path: root/science/cdf
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-12-14 07:23:58 +0800
committerthierry <thierry@FreeBSD.org>2006-12-14 07:23:58 +0800
commit54716763449effc65281798cf360fbadcd762609 (patch)
tree94d2d550602ad3b19f3003851fb0802eba5b2d6d /science/cdf
parentaca643681af7f9f65a9a0abbcc059d1986b1e5df (diff)
downloadfreebsd-ports-gnome-54716763449effc65281798cf360fbadcd762609.tar.gz
freebsd-ports-gnome-54716763449effc65281798cf360fbadcd762609.tar.zst
freebsd-ports-gnome-54716763449effc65281798cf360fbadcd762609.zip
Define WITH_FORTRAN on -CURRENT.
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}|' \