diff options
author | maho <maho@FreeBSD.org> | 2012-05-20 15:05:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2012-05-20 15:05:36 +0800 |
commit | 30ce838a283594795bea748c8c976f288c005728 (patch) | |
tree | eeee86e6e1f77303ccf0fc28eb393dc30bb56d90 /editors/openoffice-3 | |
parent | ec1f2649c99f9d738c6cdd44de5267b7e56590e2 (diff) | |
download | freebsd-ports-gnome-30ce838a283594795bea748c8c976f288c005728.tar.gz freebsd-ports-gnome-30ce838a283594795bea748c8c976f288c005728.tar.zst freebsd-ports-gnome-30ce838a283594795bea748c8c976f288c005728.zip |
Reduce the size of the package and bump portrevision.
Diffstat (limited to 'editors/openoffice-3')
-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 \ |