diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-11-23 03:31:03 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-11-23 03:31:03 +0000 |
commit | 54934de2a923b8b0bd31fcd0cb935d48bbc49454 (patch) | |
tree | 106746b242592b8b1b6f283b1e9166b72a4712f1 /editors/openoffice-2.0-devel | |
parent | af75880137b67e8798333d385d522bc421cb7307 (diff) | |
download | ports-54934de2a923b8b0bd31fcd0cb935d48bbc49454.tar.gz ports-54934de2a923b8b0bd31fcd0cb935d48bbc49454.zip |
Notes
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index b9dd0470a9a6..394d650e618c 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= OOo_${BUILD_NR}${MILESTONE}_${SNAPDATE}_source.tar.bz2 MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version) -BROKEN= "Bison 1.875a or newer is required, and doesn't work atm" +#BROKEN= "Bison 1.875a or newer is required, and doesn't work atm" SNAPDATE= 20041122 NO_LATEST_LINK= yes @@ -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}:mozsrc +DISTFILES+= ${MOZILLA_PROJECT} ${MOZILLA_SOURCE}:mozsrc USE_GNOME+= orbit gtk12 .endif |