diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-12 14:36:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-12 14:36:17 +0800 |
commit | ab181b2eb9b532650abc94127b98efb9c4dde2eb (patch) | |
tree | e667fc6733c9fc1fa2d78e3a4c5ae2893bfdb243 /math | |
parent | 6d353d4bf1a06851c75e3f19cc5ea2618fb1437c (diff) | |
download | freebsd-ports-gnome-ab181b2eb9b532650abc94127b98efb9c4dde2eb.tar.gz freebsd-ports-gnome-ab181b2eb9b532650abc94127b98efb9c4dde2eb.tar.zst freebsd-ports-gnome-ab181b2eb9b532650abc94127b98efb9c4dde2eb.zip |
Fix the forgotten pre.mk which should have been changed to options.mk
Reported by: miwi
Diffstat (limited to 'math')
-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 |