diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 07:02:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-14 07:02:07 +0000 |
commit | 15e473993402b615346248ccd42a57be1847ff16 (patch) | |
tree | 4201b3eea24b34435405bf96d7817babffedff26 /editors | |
parent | 6c7e5fa74ddf580a724a7e1938ec3d12d2017303 (diff) |
- Add CPE info
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=386294
Diffstat (limited to 'editors')
-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 ecceb75fd119..992c18f5faa7 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -78,7 +78,7 @@ USE_OPENLDAP= yes USE_PERL5= build USE_QT4= # empty but required USE_XORG= xaw xrandr -USES= bison compiler:c++11-lang gmake perl5 pkgconfig python shared-mime-info tar:xz +USES= bison compiler:c++11-lang cpe gmake perl5 pkgconfig python shared-mime-info tar:xz WANT_GNOME= yes DISTFILES+= ${PORTNAME}-${LOVERSION}${EXTRACT_SUFX} |