diff options
author | maho <maho@FreeBSD.org> | 2004-10-26 11:52:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-10-26 11:52:25 +0800 |
commit | 13ebcb15dc807ccb638567857b6eb80001ae33d2 (patch) | |
tree | 1b856c74e797bb217f592f03bf3f09680449340e /editors/openoffice.org-2 | |
parent | 6925bc2ece6bb6f200763560f323dc3e034ddab5 (diff) | |
download | freebsd-ports-gnome-13ebcb15dc807ccb638567857b6eb80001ae33d2.tar.gz freebsd-ports-gnome-13ebcb15dc807ccb638567857b6eb80001ae33d2.tar.zst freebsd-ports-gnome-13ebcb15dc807ccb638567857b6eb80001ae33d2.zip |
place of cws_srx645_mozoo should be
maho's local distdir
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index b7fafb410bf9..11886292738b 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -27,7 +27,7 @@ USE_GNOME= gtk20 MOZILLA_PROJECT= cws_srx645_mozooo.20041016.tar.gz MOZILLA_SOURCE= mozilla-source-1.7b-source.tar.gz .if !defined(WITHOUT_MOZILLA) -DISTFILES+= ${MOZILLA_PROJECT}:moz ${MOZILLA_SOURCE}:moz +DISTFILES+= ${MOZILLA_PROJECT} ${MOZILLA_SOURCE}:moz USE_GNOME+= orbit gtk12 .endif |