diff options
author | az <az@FreeBSD.org> | 2013-08-04 21:18:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-04 21:18:24 +0800 |
commit | c3f313c5b38adb452412f4a97d12d3d487173e49 (patch) | |
tree | 78b45b249f11f86c5ce7a85bc469d5f6bb0edb83 /editors/libreoffice | |
parent | 633f61e19a621da68e3e2d297cf6e0a225131605 (diff) | |
download | freebsd-ports-gnome-c3f313c5b38adb452412f4a97d12d3d487173e49.tar.gz freebsd-ports-gnome-c3f313c5b38adb452412f4a97d12d3d487173e49.tar.zst freebsd-ports-gnome-c3f313c5b38adb452412f4a97d12d3d487173e49.zip |
- Convert to new perl framework
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} |