diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-06 06:23:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-06 06:23:01 +0800 |
commit | b53675713b5a81c4a9876b56e40d15fd1ea4e406 (patch) | |
tree | 06760e806616e6116e0326a3d0256b47ecea3cc8 | |
parent | b961ed28be8ce4af2e0f4fe09567255fc6150958 (diff) | |
download | freebsd-ports-gnome-b53675713b5a81c4a9876b56e40d15fd1ea4e406.tar.gz freebsd-ports-gnome-b53675713b5a81c4a9876b56e40d15fd1ea4e406.tar.zst freebsd-ports-gnome-b53675713b5a81c4a9876b56e40d15fd1ea4e406.zip |
Fix typo after corruption
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
-rw-r--r-- | math/lapack/Makefile | 2 |
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 |