diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-11-17 21:08:27 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-11-17 21:08:27 +0000 |
commit | 9dd9234739e7be7ab02ec1da132a629020d458e5 (patch) | |
tree | 692c37613784ad0877bc8f3ee6f577465f5a38ae /editors/openoffice.org-3-devel/Makefile | |
parent | 6a5ff4a7d33efe2d4be246267597db9ce906fe26 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 7b2b9f60d2c7..3ae90cd574da 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -7,7 +7,6 @@ PORTNAME= openoffice.org PORTVERSION= 2.0.${SNAPDATE} -PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \ ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ @@ -60,8 +59,8 @@ IGNORE= Install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -MILESTONE= 138 -SNAPDATE= 20051104 +MILESTONE= 140 +SNAPDATE= 20051116 INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE} EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE} DIST_SUBDIR= openoffice.org2.0 @@ -110,7 +109,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ gcp:${PORTSDIR}/sysutils/coreutils \ gpatch:${PORTSDIR}/devel/patch \ ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ - bison-devel:${PORTSDIR}/devel/bison-devel \ + bison2:${PORTSDIR}/devel/bison2 \ imake:${X_IMAKE_PORT} .if !defined(WITHOUT_JAVA) BUILD_DEPENDS+= ${ANT}:${PORTSDIR}/devel/apache-ant |