diff options
author | maho <maho@FreeBSD.org> | 2009-07-04 19:05:36 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-07-04 19:05:36 +0800 |
commit | 5fb9de22958313ad758b0b45fe7640350de4714a (patch) | |
tree | 4522859bdcb092244cf2a39d4b442cb472d1fa51 /editors/openoffice.org-3-devel | |
parent | a37e56684cbac0d754435dd2137a7d1d93e2a5e6 (diff) | |
download | freebsd-ports-gnome-5fb9de22958313ad758b0b45fe7640350de4714a.tar.gz freebsd-ports-gnome-5fb9de22958313ad758b0b45fe7640350de4714a.tar.zst freebsd-ports-gnome-5fb9de22958313ad758b0b45fe7640350de4714a.zip |
Small cosmetic clean up.
Funded by: OpenOffice.org community
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 115bc301c8a7..c7b700dd46b9 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -9,9 +9,7 @@ PORTNAME?= openoffice.org PORTVERSION?= 3.2.${SNAPDATE} CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ - http://ooopackages.good-day.net/pub/OpenOffice.org/cws/:cws \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ - ${MASTER_SITE_APACHE:S,%SUBDIR%/,ant/binaries/:antbin,} \ ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} \ http://tools.openoffice.org/unowinreg_prebuild/680/:unowinreg MASTER_SITE_SUBDIR+= mozilla/releases/mozilla${MOZILLA_VERSION}/source/:mozsrc @@ -123,9 +121,9 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ bash:${PORTSDIR}/shells/bash \ imake:${PORTSDIR}/devel/imake \ gtar:${PORTSDIR}/archivers/gtar \ - ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf #i85469# + ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ + ant:${PORTSDIR}/devel/apache-ant -BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant .if !defined(WITH_GPC) LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl .endif |