diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:47:44 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-04 12:47:44 +0000 |
commit | 1216800fbe5517522ee435d59aafa17ece5ae5d1 (patch) | |
tree | 80de604840dbb4c239ca54079f279bd67a30b840 /editors/openoffice-3 | |
parent | 9b472b28fcfe4be23dc318a38ce81716b6f17321 (diff) |
- Convert to new perl framework
Approved by: bapt@ (office@)
Notes
Notes:
svn path=/head/; revision=324225
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 8af61646512a..91db39695d99 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -27,9 +27,9 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_GMAKE= yes USE_PYTHON= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_BZIP2= yes -USES+= bison +USES+= bison perl5 WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes |