diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-12 06:36:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-12 06:36:17 +0000 |
commit | b6144c64bf7c63866b735e3d229cff60e2c72a84 (patch) | |
tree | e667fc6733c9fc1fa2d78e3a4c5ae2893bfdb243 /math/fflas-ffpack | |
parent | b868b38d006e9cedf247839073b87d1fd6b2cfd3 (diff) |
Notes
Diffstat (limited to 'math/fflas-ffpack')
-rw-r--r-- | math/fflas-ffpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fflas-ffpack/Makefile b/math/fflas-ffpack/Makefile index dbe59a21f2c3..97a1140b42a7 100644 --- a/math/fflas-ffpack/Makefile +++ b/math/fflas-ffpack/Makefile @@ -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 |