diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-22 14:52:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-22 14:52:25 +0000 |
commit | e9a0507ab5ecd063b420fb862e972dd0ba19ea80 (patch) | |
tree | fa49fdd8893fd2be7ecb5005bf8ecdeedeed9737 /math | |
parent | bde4675bef50646658bb7c920a6db2a4b0c327f1 (diff) | |
download | ports-e9a0507ab5ecd063b420fb862e972dd0ba19ea80.tar.gz ports-e9a0507ab5ecd063b420fb862e972dd0ba19ea80.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/blas/files/makefile.lib | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/blas/files/makefile.lib b/math/blas/files/makefile.lib index 001cdf3f08b0..3ad01d0931fb 100644 --- a/math/blas/files/makefile.lib +++ b/math/blas/files/makefile.lib @@ -2,7 +2,11 @@ FFLAGS= @FFLAGS@ LIBDIR= ${PREFIX}/lib +.if (${OSVERSION} > 600007) NO_PROFILE= no +.else +NOPROFILE= no +.endif SHLIB_MAJOR= 1 |