diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-10-26 03:52:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-10-26 03:52:25 +0000 |
commit | df00b5409af42449b5bc83c04c134a80e459b4c4 (patch) | |
tree | d2d0ef96066a2f9808ec729724680f1e86899d76 /editors/openoffice-3 | |
parent | b31dad3efb3c27e1c4a8c9d2766a6715431bbc72 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index b7fafb410bf9..11886292738b 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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 |