Date: Fri, 13 Dec 2013 15:33:43 +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: r336357 - head/math/arpack++ Message-ID: <201312131533.rBDFXhnv098139@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 13 15:33:42 2013 New Revision: 336357 URL: http://svnweb.freebsd.org/changeset/ports/336357 Log: Given nothing is built USE_GCC is uselss Modified: head/math/arpack++/Makefile Modified: head/math/arpack++/Makefile ============================================================================== --- head/math/arpack++/Makefile Fri Dec 13 15:26:52 2013 (r336356) +++ head/math/arpack++/Makefile Fri Dec 13 15:33:42 2013 (r336357) @@ -35,8 +35,6 @@ BLAS= -lblas LAPACK= -llapack .endif -USE_GCC=4.2+ - NO_BUILD= yes REINPLACE_ARGS= -i "" USE_GMAKE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312131533.rBDFXhnv098139>