diff options
author | maho <maho@FreeBSD.org> | 2004-08-26 08:46:37 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-08-26 08:46:37 +0800 |
commit | 74030b76040b47c741b2cb07291ac1bac5ff9809 (patch) | |
tree | 1708570b60d3b0b02ae325ed6e81ed075c1b7ae1 /editors/openoffice.org-1.1-devel | |
parent | 1b650a5fb85d930e4a802d5606df8f62fe45d4dd (diff) | |
download | freebsd-ports-gnome-74030b76040b47c741b2cb07291ac1bac5ff9809.tar.gz freebsd-ports-gnome-74030b76040b47c741b2cb07291ac1bac5ff9809.tar.zst freebsd-ports-gnome-74030b76040b47c741b2cb07291ac1bac5ff9809.zip |
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
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile index 23c86d511340..b0dd97c7d74f 100644 --- a/editors/openoffice.org-1.1-devel/Makefile +++ b/editors/openoffice.org-1.1-devel/Makefile @@ -16,8 +16,7 @@ MASTER_SITES+= ${MASTER_SITE_LOCAL} \ ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/contrib/helpcontent/:help \ http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/:help MASTER_SITE_SUBDIR= maho/openoffice.org -DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z:gpc \ - patch-openoffice-mozilla101-2002-10-14:moz mozilla-vendor-1.0.2a.tgz:moz +DISTFILES+= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z:gpc EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2 MAINTAINER= openoffice@FreeBSD.org @@ -26,6 +25,7 @@ SNAPDATE= 20040810 NO_LATEST_LINK= yes 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 |