summaryrefslogtreecommitdiff
path: root/devel/xulrunner/options.mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-11-21 15:26:49 +0000
committerryoon <ryoon@pkgsrc.org>2012-11-21 15:26:49 +0000
commit272e8173e44865c71016041918283fc4f3e42c6a (patch)
treeb65f6227175bfdad76043ad3cccaebdae7a87bc5 /devel/xulrunner/options.mk
parent368819d99705f1ffcae0c9217c3426f40bcd287f (diff)
downloadpkgsrc-272e8173e44865c71016041918283fc4f3e42c6a.tar.gz
Update to 17.0
* Add --enable-pulseaudio configure option (functionality is not tested) Changelog: NEW First revision of the Social API and support for Facebook Messenger NEW Click-to-play blocklisting implemented to prevent vulnerable plugin versions from running without the user's permission (see blog post) CHANGED Updated Awesome Bar experience with larger icons CHANGED Mac OS X 10.5 is no longer supported DEVELOPER JavaScript Maps and Sets are now iterable DEVELOPER SVG FillPaint and StrokePaint implemented DEVELOPER Improvements that make the Web Console, Debugger and Developer Toolbar faster and easier to use DEVELOPER New Markup panel in the Page Inspector allows easy editing of the DOM HTML5 Sandbox attribute for iframes implemented, enabling increased security FIXED Over twenty performance improvements, including fixes around the New Tab page FIXED Pointer lock doesn't work in web apps (769150) FIXED Page scrolling on sites with fixed headers (780345)
Diffstat (limited to 'devel/xulrunner/options.mk')
-rw-r--r--devel/xulrunner/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/options.mk b/devel/xulrunner/options.mk
index d2b93a28b83..06327385e15 100644
--- a/devel/xulrunner/options.mk
+++ b/devel/xulrunner/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2012/04/26 13:30:29 ryoon Exp $
+# $NetBSD: options.mk,v 1.14 2012/11/21 15:26:49 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xulrunner
PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome pulseaudio
@@ -41,5 +41,5 @@ CONFIGURE_ARGS+= --enable-install-strip
.if !empty(PKG_OPTIONS:Mpulseaudio)
.include "../../audio/pulseaudio/buildlink3.mk"
-ALL_ENV+= PKGSRC_PULSEAUDIO=1
+CONFIGURE_ARGS+= --enable-pulseaudio
.endif