summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-26 00:46:37 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-26 00:46:37 +0000
commit31de12cccbae9c8a923ec35495aff910fbfe6ff9 (patch)
tree8e2b509b851381f47f92e81a3d7d35196c846abd /editors/openoffice-1.1
parento remove apache ant dependency when WITHOUT_JAVA is set (diff)
o change DISTFILES section, when Mozilla is disabled, we don't even fetch
mozilla port file and patch o I'm sorry to say, but forgot to mention about submitter (oliver) about former and this contributions Submitted by: oliver Pointy hat to: maho
Notes
Notes: svn path=/head/; revision=117284
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index 5861d919cc7f..74faeb79cf57 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -21,14 +21,14 @@ MASTER_SITES+= ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,misc/openoffice/&,} \
ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help
MASTER_SITE_SUBDIR= stable/${PORTVERSION}
-DISTFILES+= OOo_${PORTVERSION}_source.tar.gz gpc231.tar.Z:gpc \
- patch-openoffice-mozilla101-2002-10-14:moz mozilla-vendor-1.0.2a.tgz:moz
+DISTFILES+= OOo_${PORTVERSION}_source.tar.gz gpc231.tar.Z:gpc
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.gz
MAINTAINER= openoffice@FreeBSD.org
USE_GNOME= gtk20
.if !defined(WITHOUT_MOZILLA)
+DISTFILES+= patch-openoffice-mozilla101-2002-10-14:moz mozilla-vendor-1.0.2a.tgz:moz
USE_GNOME+= orbit gtk12
.endif