diff options
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 2463e639bf99..01551ef50ff1 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -67,12 +67,12 @@ USE_AUTOTOOLS= autoconf aclocal USE_GL= gl glu USE_GMAKE= yes USE_OPENLDAP= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_PYTHON= yes USE_QT4= # empty but required USE_XORG= xaw xrandr USE_XZ= yes -USES= bison pkgconfig +USES= bison pkgconfig perl5 WANT_GNOME= yes DISTFILES+= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX} |