diff options
author | thierry <thierry@FreeBSD.org> | 2006-12-14 07:23:58 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-12-14 07:23:58 +0800 |
commit | 54716763449effc65281798cf360fbadcd762609 (patch) | |
tree | 94d2d550602ad3b19f3003851fb0802eba5b2d6d /science/cdf | |
parent | aca643681af7f9f65a9a0abbcc059d1986b1e5df (diff) | |
download | freebsd-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/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}|' \ |