diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-26 00:46:37 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-26 00:46:37 +0000 |
commit | 31de12cccbae9c8a923ec35495aff910fbfe6ff9 (patch) | |
tree | 8e2b509b851381f47f92e81a3d7d35196c846abd /editors/openoffice-1.1/Makefile | |
parent | 5b13cfaba17727dbd44893af05df0dc51e06f553 (diff) | |
download | ports-31de12cccbae9c8a923ec35495aff910fbfe6ff9.tar.gz ports-31de12cccbae9c8a923ec35495aff910fbfe6ff9.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1/Makefile')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 |
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 |