diff options
author | ahze <ahze@FreeBSD.org> | 2005-12-01 03:47:19 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-12-01 03:47:19 +0800 |
commit | fab55f6e2719bc0e5ccb754df7400ccbcdccf595 (patch) | |
tree | 037d68b939c7c9b480685eff180c5dfd73d9c686 | |
parent | c422843c9b3fa5e2846c8659460c45705bdee9a6 (diff) | |
download | freebsd-ports-gnome-fab55f6e2719bc0e5ccb754df7400ccbcdccf595.tar.gz freebsd-ports-gnome-fab55f6e2719bc0e5ccb754df7400ccbcdccf595.tar.zst freebsd-ports-gnome-fab55f6e2719bc0e5ccb754df7400ccbcdccf595.zip |
- Reenable svg support, this must've sliped with all the massive changes.
PR: 89764
Submitted by: Roland Smith <rsmith@xs4all.nl>
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/firefox10/Makefile | 1 | ||||
-rw-r--r-- | www/firefox15/Makefile | 1 | ||||
-rw-r--r-- | www/firefox36/Makefile | 1 | ||||
-rw-r--r-- | www/flock/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 866f3af19c12..9350f0069af6 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -31,6 +31,7 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS= --enable-application=browser \ + --enable-svg \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-official-branding \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 866f3af19c12..9350f0069af6 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -31,6 +31,7 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS= --enable-application=browser \ + --enable-svg \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-official-branding \ diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 866f3af19c12..9350f0069af6 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -31,6 +31,7 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS= --enable-application=browser \ + --enable-svg \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-official-branding \ diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 866f3af19c12..9350f0069af6 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -31,6 +31,7 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS= --enable-application=browser \ + --enable-svg \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-official-branding \ diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 866f3af19c12..9350f0069af6 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -31,6 +31,7 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS= --enable-application=browser \ + --enable-svg \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-official-branding \ diff --git a/www/flock/Makefile b/www/flock/Makefile index 866f3af19c12..9350f0069af6 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -31,6 +31,7 @@ USE_GCC= 3.4+ FIREFOX_ICON= ${MOZILLA}.xpm FIREFOX_ICON_SRC= ${PREFIX}/lib/${MOZILLA}/icons/default.xpm MOZ_OPTIONS= --enable-application=browser \ + --enable-svg \ --enable-svg-renderer=cairo \ --enable-system-cairo \ --enable-official-branding \ |