diff options
author | jkim <jkim@FreeBSD.org> | 2013-07-02 13:47:42 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-07-02 13:47:42 +0800 |
commit | 4781372a8b3358387e06286a31b33894c68a2f4f (patch) | |
tree | 0865882f2ed939fde3aceb5be286c79e2b2a4b84 | |
parent | a61adc26ffa45a6445974c9a96ff018524278221 (diff) | |
download | freebsd-ports-gnome-4781372a8b3358387e06286a31b33894c68a2f4f.tar.gz freebsd-ports-gnome-4781372a8b3358387e06286a31b33894c68a2f4f.tar.zst freebsd-ports-gnome-4781372a8b3358387e06286a31b33894c68a2f4f.zip |
Fix a typo in the previous commit.
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index df13c54dc70c..bb9c2411674f 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -179,7 +179,7 @@ MANCOMPRESSED= yes OPTIONS_DEFINE= CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK \ SYSTRAY TEST WEBDAV -OPTIONS_DEFAULT=CUPS GTK3 +OPTIONS_DEFAULT=CUPS GTK2 JAVA_DESC= Add java support (XML Filters, macros) MMEDIA_DESC= Enable multimedia backend for impress |