Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2013 06:36:18 +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: r320663 - head/math/fflas-ffpack
Message-ID:  <201306120636.r5C6aILU074084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 12 06:36:17 2013
New Revision: 320663
URL: http://svnweb.freebsd.org/changeset/ports/320663

Log:
  Fix the forgotten pre.mk which should have been changed to options.mk
  
  Reported by:	miwi

Modified:
  head/math/fflas-ffpack/Makefile

Modified: head/math/fflas-ffpack/Makefile
==============================================================================
--- head/math/fflas-ffpack/Makefile	Wed Jun 12 06:16:42 2013	(r320662)
+++ head/math/fflas-ffpack/Makefile	Wed Jun 12 06:36:17 2013	(r320663)
@@ -22,7 +22,7 @@ OPTIONS_DEFINE=	OPTIMIZED_CFLAGS
 
 OPTIONS_DEFINE=	DOXYGEN OPTIMIZED_CFLAGS
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${LOCALBASE} == "/usr/local"
 CPPFLAGS+=	-I${LOCALBASE}/include



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