diff options
author | ahze <ahze@FreeBSD.org> | 2006-08-03 08:36:42 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-08-03 08:36:42 +0800 |
commit | c4e9d1a6a0fae80688a1dd90ad471079a57640aa (patch) | |
tree | 91cf26712e1f14c6ce15d437beedb20012e36f23 /www | |
parent | 0499bd30061a0a7cce026e0157de43004c660a99 (diff) | |
download | freebsd-ports-gnome-c4e9d1a6a0fae80688a1dd90ad471079a57640aa.tar.gz freebsd-ports-gnome-c4e9d1a6a0fae80688a1dd90ad471079a57640aa.tar.zst freebsd-ports-gnome-c4e9d1a6a0fae80688a1dd90ad471079a57640aa.zip |
- Remove the xulrunner gecko hack as kazehakase supports xulrunner now
Diffstat (limited to 'www')
-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} |