aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-07-23 10:23:17 +0800
committermaho <maho@FreeBSD.org>2005-07-23 10:23:17 +0800
commit9536af72e05e9a94bdff6304b1d6e52e2b7b7b38 (patch)
treed00bff66f4ab04d3b3888de30d977016987d7273 /editors/openoffice.org-2-devel
parentefe0c1fd6dce2a281bdff29846ba9cd8202b4501 (diff)
downloadfreebsd-ports-gnome-9536af72e05e9a94bdff6304b1d6e52e2b7b7b38.tar.gz
freebsd-ports-gnome-9536af72e05e9a94bdff6304b1d6e52e2b7b7b38.tar.zst
freebsd-ports-gnome-9536af72e05e9a94bdff6304b1d6e52e2b7b7b38.zip
No longer need DEFALUT_TO_ENGLISH_FOR_PACKING to be set to yes;
now it is default. Submitted by: Pavel Janik <Pavel@Janik.cz>
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 02b264cd020e..e3fb10275741 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -150,9 +150,9 @@ post-extract:
do-build:
@cd ${WRKSRC} ; ./bootstrap
.if (${NUMOFPROCESSES}>1)
- @cd ${WRKSRC} ; ${SETENV} "DEFAULT_TO_ENGLISH_FOR_PACKING=yes" ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all"
+ @cd ${WRKSRC} ; ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all"
.else
- @cd ${WRKSRC} ; ${SETENV} "DEFAULT_TO_ENGLISH_FOR_PACKING=yes" ${TCSH} -c "source FreeBSDEnv.Set ; dmake"
+ @cd ${WRKSRC} ; ${TCSH} -c "source FreeBSDEnv.Set ; dmake"
.endif
do-install: