diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2013-04-23 10:07:55 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2013-04-23 10:07:55 +0000 |
commit | 6bf4c38236a3966ff6c160b5b0921709548713d6 (patch) | |
tree | 1c7e4ff705c0c92738527caf16139c9dc49dee55 /editors/calligra/Makefile | |
parent | 69000e3fa0f312e2ad3838987b58502536a54a4e (diff) |
Notes
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 07b96132ea8f..fdb98695830c 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -100,7 +100,7 @@ PLIST_SUB+= MARBLE="@comment " USE_MYSQL= yes PLIST_SUB+= MYSQL="" .else -CMAKE_ARGS+= -DWITH_MySQL:BOOL=FASE +CMAKE_ARGS+= -DWITH_MySQL:BOOL=FALSE PLIST_SUB+= MYSQL="@comment " .endif |