diff options
Diffstat (limited to 'editors/libreoffice/Makefile')
-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 d7a2cd0cd238..5eeaf1ccb909 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -281,7 +281,7 @@ CONFIGURE_ARGS+= --disable-neon .if ${PORT_OPTIONS:MKDE4} USE_KDE4= kdelibs -USE_QT_VER= 4 +USE_QT4= yes CONFIGURE_ARGS+= --enable-kde4 QT4DIR="${QT_PREFIX}" QT4LIB="${QT_LIBDIR}" QT4INC="${QT_INCDIR}" KDE4DIR="${KDE4_PREFIX}" QT_COMPONENTS+= moc_build .else |