diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-18 08:38:20 +0000 |
commit | 2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (patch) | |
tree | dcc51daa0e2c5e9ccc324cd5a8c84ae9b92545d4 /editors | |
parent | bd0f959252ca4814047bdc870b10fe9b462632c4 (diff) | |
download | ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.tar.gz ports-2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice-4/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 2c440f193aeb..dff4fe147f47 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -25,11 +25,10 @@ USE_XORG= x11 ice xaw xau xext xrender xrandr \ USE_GL= gl glu USE_GSTREAMER= yes #USE_GCC= yes -USE_GMAKE= yes USE_PYTHON= yes USE_PERL5= build USE_BZIP2= yes -USES+= bison perl5 +USES+= bison perl5 pkgconfig gmake WITHOUT_CPU_CFLAGS= true OPTIONS_DEFINE= GCONF GNOMEVFS diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index cdd1a44290d1..34eaaad2ed2f 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -26,7 +26,7 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_PYTHON= yes USE_BZIP2= yes -USES+= bison perl5 gmake +USES+= bison perl5 gmake pkgconfig USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 0b6597a55829..33de22bbbe73 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -27,7 +27,7 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_PYTHON= yes USE_BZIP2= yes -USES+= bison perl5 gmake +USES+= bison perl5 gmake pkgconfig USE_PERL5= build WITHOUT_CPU_CFLAGS= true MAKE_JOBS_SAFE= yes |