diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 13:18:24 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 13:18:24 +0000 |
commit | d20a57f55bc95bb0c9b17e6dc1e3df5963a7f1ed (patch) | |
tree | 78b45b249f11f86c5ce7a85bc469d5f6bb0edb83 /editors/libreoffice | |
parent | 425cf47a0bddf3af50f4c11db8288642333ade3c (diff) | |
download | ports-d20a57f55bc95bb0c9b17e6dc1e3df5963a7f1ed.tar.gz ports-d20a57f55bc95bb0c9b17e6dc1e3df5963a7f1ed.zip |
Notes
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} |