diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-30 16:44:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-30 16:44:57 +0000 |
commit | 308a9046eeadaa9c7a68404e0eb900a1bc6687c9 (patch) | |
tree | c6987915d3041b276a532abbb976f667a8dc81f2 /www | |
parent | - Update to 0.90 (diff) |
- Remove www/firefox15 support
Reviewed by: mezz
Notes
Notes:
svn path=/head/; revision=212372
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 2 | ||||
-rw-r--r-- | www/epiphany/Makefile | 2 | ||||
-rw-r--r-- | www/gnome-web-photo/Makefile | 2 | ||||
-rw-r--r-- | www/kazehakase/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla/bsd.gecko.mk | 2 | ||||
-rw-r--r-- | www/ruby-gtkmozembed/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 94d75d8a7b38..87de870dc72e 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany USE_GETTEXT= yes USE_BZIP2= yes -USE_GECKO= firefox firefox15<->firefox xulrunner +USE_GECKO= firefox xulrunner USE_GNOME= gnomeprefix gnomehack intlhack gnometarget INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 972d17632c5f..ea47004ab2e9 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -60,7 +60,7 @@ EXTRA_LIBS+= `pkg-config --libs WebKitGtk` CONFLICTS= epiphany-[1-9]* PLIST_SUB+= GECKO="@comment " .else -USE_GECKO+= firefox firefox15<->firefox xulrunner +USE_GECKO+= firefox xulrunner CONFIGURE_ARGS+= --with-gecko=${GECKO} \ --with-engine=mozilla .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" diff --git a/www/gnome-web-photo/Makefile b/www/gnome-web-photo/Makefile index 5370c1a64ab1..394ec0d6d978 100644 --- a/www/gnome-web-photo/Makefile +++ b/www/gnome-web-photo/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= Tool to generate full-size image files and thumbnails USE_BZIP2= yes -USE_GECKO= firefox seamonkey xulrunner firefox15<->firefox +USE_GECKO= firefox seamonkey xulrunner GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko=${GECKO} USE_GMAKE= yes diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 310ff2c2b457..01d4cc376bd7 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_GNOME= gnomehack intlhack gnomeprefix gtk20 USE_GMAKE= yes USE_GETTEXT= yes -USE_GECKO= firefox mozilla seamonkey xulrunner firefox15<->seamonkey +USE_GECKO= firefox mozilla seamonkey xulrunner seamonkey USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gecko_engine=${GECKO} diff --git a/www/mozilla/bsd.gecko.mk b/www/mozilla/bsd.gecko.mk index fcd614a87309..0cf28d615805 100644 --- a/www/mozilla/bsd.gecko.mk +++ b/www/mozilla/bsd.gecko.mk @@ -68,7 +68,7 @@ Gecko_Pre_Include= bsd.gecko.mk # .endif .if (${ARCH}!="sparc64" || ${OSVERSION} >= 601101) && ${ARCH}!="ia64" -_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock firefox15 +_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock .endif _GECKO_ALL+= mozilla diff --git a/www/ruby-gtkmozembed/Makefile b/www/ruby-gtkmozembed/Makefile index 69d2569ba2dd..42cd64db560d 100644 --- a/www/ruby-gtkmozembed/Makefile +++ b/www/ruby-gtkmozembed/Makefile @@ -21,7 +21,7 @@ COMMENT= Ruby binding for GtkMozEmbed a widget embedding a Gecko renderer RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 USE_RUBY= yes -USE_GECKO= firefox mozilla xulrunner firefox15 +USE_GECKO= firefox mozilla xulrunner USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" |