summaryrefslogtreecommitdiff
path: root/math/lapack
diff options
context:
space:
mode:
Diffstat (limited to 'math/lapack')
-rw-r--r--math/lapack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 6a814f3980fa..fcb4659628a8 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -80,7 +80,7 @@ PICFLAG?= -fpic
FFLAGS_PROFILE?= -pg
FFLAGS_SHARED ?= ${PICFLAG}
-.if ${PORT_OPTIONS:MPROFILE) && !exists(/usr/lib/libc_p.a}
+.if ${PORT_OPTIONS:MPROFILE} && !exists(/usr/lib/libc_p.a)
IGNORE= you have chosen WITH_PROFILE, but have not installed the\
base system profiling libraries
.endif