svn commit: r320035 - head/math/lapack

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 5 22:23:01 UTC 2013


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 at 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


More information about the svn-ports-all mailing list