diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-05-20 07:05:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-05-20 07:05:36 +0000 |
commit | 9af75abdadf9a548f8fd8271330f76029956c9b3 (patch) | |
tree | b98288d7cea15414bc5e61745003884824614eff /editors | |
parent | 8134d81ed4d36e3c42e671ace6b3dab72ee91b18 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index d1ead4355318..0f9888037bbf 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache-openoffice PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= http://people.apache.org/~jsc/aoo34-rc/rc1/src/ ${MASTER_SITE_LOCAL}:extsrc MASTER_SITE_SUBDIR= maho/openoffice:extsrc @@ -137,7 +138,7 @@ MAKE_JOBS_NUMBER= 4 .endif CONFIGURE_ARGS+= --enable-verbose \ - --enable-symbols \ + --enable-symbols=small \ --enable-crashdump \ --with-vendor="FreeBSD ports system" \ --with-epm=${LOCALBASE}/bin/epm \ |