svn commit: r320663 - head/math/fflas-ffpack

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 12 06:36:18 UTC 2013


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


More information about the svn-ports-all mailing list