diff options
author | obache <obache@pkgsrc.org> | 2011-12-08 10:39:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-08 10:39:13 +0000 |
commit | 65a965023847f3ada0ef5cf0a5373dd7c90ff402 (patch) | |
tree | 3066840ac1383c3512de564cddd8c7ebfd197cef /multimedia | |
parent | 30563b370ddc0213e36d69066187a1eaa47b255f (diff) | |
download | pkgsrc-65a965023847f3ada0ef5cf0a5373dd7c90ff402.tar.gz |
Use xulrunner192, not want to deal with API dance of mozilla.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnash/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/gnash/options.mk b/multimedia/gnash/options.mk index 5060263b554..132e85eac71 100644 --- a/multimedia/gnash/options.mk +++ b/multimedia/gnash/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.15 2011/09/19 14:50:36 obache Exp $ +# $NetBSD: options.mk,v 1.16 2011/12/08 10:39:13 obache Exp $ # # @@ -29,9 +29,9 @@ PLIST.gtk= yes .endif .if !empty(PKG_OPTIONS:Mgtk) || !empty(PKG_OPTIONS:Mkde) -BUILDLINK_DEPMETHOD.xulrunner= build -.include "../../devel/xulrunner/buildlink3.mk" -CONFIGURE_ARGS+= --with-npapi-incl=${BUILDLINK_PREFIX.xulrunner}/include/xulrunner +BUILDLINK_DEPMETHOD.xulrunner192= build +.include "../../devel/xulrunner192/buildlink3.mk" +CONFIGURE_ARGS+= --with-npapi-incl=${BUILDLINK_PREFIX.xulrunner192}/include/xulrunner192 CONFIGURE_ARGS+= --with-npapi-install=system CONFIGURE_ARGS+= --with-npapi-plugindir=${PREFIX}/lib/netscape/plugins PLIST.plugin= yes |