Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2013 22:23:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320035 - head/math/lapack
Message-ID:  <201306052223.r55MN1Op069538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun  5 22:23:01 2013
New Revision: 320035
URL: http://svnweb.freebsd.org/changeset/ports/320035

Log:
  Fix typo after corruption
  
  Submitted by:	Rainer Hurling <rhurlin@gwdg.de>

Modified:
  head/math/lapack/Makefile

Modified: head/math/lapack/Makefile
==============================================================================
--- head/math/lapack/Makefile	Wed Jun  5 22:22:44 2013	(r320034)
+++ head/math/lapack/Makefile	Wed Jun  5 22:23:01 2013	(r320035)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306052223.r55MN1Op069538>