diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-04-26 07:45:38 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-04-26 07:45:38 +0000 |
commit | 18385b65b2700d10db54f467ae58e32d88460aee (patch) | |
tree | 9620b5d5cff536a2a9ddbe1fdae063d88bd68428 /editors/openoffice.org-3-RC | |
parent | - Increase read buffer to avoid SEGV when reading INDEX (diff) |
Adding missing dependencies and bump port revision.
Submitted by: miwi
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 20343eda7f1c..acbe05df80dc 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -7,7 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= 2.4.${SNAPDATE} -PORTREVISION= 1 +PORTREVISION?= 2 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://openoffice.lunarshells.com/sources/ \ @@ -44,7 +44,8 @@ USE_GNOME+= libidl .if defined(WITH_KDE) USE_KDELIBS_VER= 3 .endif -USE_XORG= x11 ice +USE_XORG= x11 ice xaw xau xext xrender xrandr \ + xi xt xcursor xdamage xcomposite xfixes USE_GMAKE= yes USE_PERL5= yes USE_BZIP2= yes |