diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-04-09 23:25:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-04-09 23:25:30 +0000 |
commit | eb131d0eae1486916f69a9f6abf9770b0caa8e80 (patch) | |
tree | 7fcedd134620879127f7365840c734721fd417cc /editors/openoffice.org-2 | |
parent | 46165ea85c1b72b8a29844cc13df57e6732223f9 (diff) | |
download | ports-eb131d0eae1486916f69a9f6abf9770b0caa8e80.tar.gz ports-eb131d0eae1486916f69a9f6abf9770b0caa8e80.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.knobs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs index e34df3fe27d8..2d429399cee3 100644 --- a/editors/openoffice.org-2/files/Makefile.knobs +++ b/editors/openoffice.org-2/files/Makefile.knobs @@ -50,6 +50,8 @@ CONFIGURE_ARGS+= --with-lang=${LOCALIZED_LANG} .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug --enable-symbols=TRUE --enable-dbgutil +.else +CONFIGURE_ARGS+= --enable-symbols=SMALL .endif pre-fetch: |