diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-08-03 00:36:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-08-03 00:36:42 +0000 |
commit | 8daf64e0f0c9e5a7b57b072c5178b4c3e4a86f41 (patch) | |
tree | c50245f293c8cf0ed93e935e5a4339262c9aadda /www/kazehakase | |
parent | Use gcj instead of ecj, and bump portrevision. (diff) |
- Remove the xulrunner gecko hack as kazehakase supports xulrunner now
Notes
Notes:
svn path=/head/; revision=169512
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index b4b690dee556..e93f881af16d 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_GETTEXT= yes -USE_GECKO= firefox mozilla seamonkey xulrunner<->thunderbird firefox-devel<->seamonkey +USE_GECKO= firefox mozilla seamonkey xulrunner firefox-devel<->seamonkey INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} |