[PC-BSD Commits] r14732 - pbi/modules/editors/openoffice.org-3
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 10 07:28:35 PST 2012
Author: kenmoore
Date: 2012-01-10 15:28:35 +0000 (Tue, 10 Jan 2012)
New Revision: 14732
Modified:
pbi/modules/editors/openoffice.org-3/pbi.conf
Log:
Fix a couple typos in the openoffice makeopts (referring to removing more ports to make it lighter) and rebuild
Modified: pbi/modules/editors/openoffice.org-3/pbi.conf
===================================================================
--- pbi/modules/editors/openoffice.org-3/pbi.conf 2012-01-10 15:27:30 UTC (rev 14731)
+++ pbi/modules/editors/openoffice.org-3/pbi.conf 2012-01-10 15:28:35 UTC (rev 14732)
@@ -23,14 +23,14 @@
# Additional options for make.conf
PBI_MAKEOPTS="WITH_CUPS=yes
-WITHOUT_GNOMEVFS= yes
-WITHOUT_MOZILLA= yes
+WITHOUT_GNOMEVFS=yes
+WITHOUT_MOZILLA=yes
WITH_KDE=yes
DISABLE_MAKE_JOBS=yes"
PBI_MKPORTBEFORE="archivers/unzip"
-PBI_BUILDKEY="02"; export PBI_BUILDKEY
+PBI_BUILDKEY="03"; export PBI_BUILDKEY
PBI_AB_NOTMPFS="YES"
More information about the Commits
mailing list