diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-01 16:16:17 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-01 16:16:17 +0000 |
commit | 040095f2fff7cf6a1b543fd731282b3fa680914f (patch) | |
tree | ebf11aae1a5ae83e8d182b794237fd84b93fc018 | |
parent | a844c07b0b446fdec5b9a15bc621eca1a2b1a128 (diff) | |
download | freebsd-ports-040095f2fff7cf6a1b543fd731282b3fa680914f.zip |
- Readd USE_GCC=3.4+
-rw-r--r-- | mail/thunderbird-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird-devel/Makefile b/mail/thunderbird-devel/Makefile index 1356a8d6f983..e34f52b9a815 100644 --- a/mail/thunderbird-devel/Makefile +++ b/mail/thunderbird-devel/Makefile @@ -25,6 +25,7 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes +USE_GCC= 3.4+ MOZ_EXTENSIONS= wallet,spellcheck,xmlextras,webservices MOZ_PROTOCOLS= http,file,jar,viewsource,res,data |