diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-16 22:05:31 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-16 22:05:31 +0000 |
commit | b5968f43e6f3c970e0c277202a8f12f641621aee (patch) | |
tree | b1ccf2f5b37ead67325a67b33bfef589a1d1e7a8 | |
parent | f0f61c609a608afee9c148a65cb047715460afed (diff) | |
download | pkgsrc-b5968f43e6f3c970e0c277202a8f12f641621aee.tar.gz |
Recent firefox does not support external xulrunner build.
Remove commented out lines.
-rw-r--r-- | www/firefox/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e686327203c..598b3df87d5 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.217 2015/07/05 11:55:06 martin Exp $ +# $NetBSD: Makefile,v 1.218 2015/07/16 22:05:31 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 39.0 @@ -23,9 +23,6 @@ LICENSE= mpl-1.1 MOZILLA_DIR= # empty # Note: when updating remember to conditionalise about-background.png in PLIST -# XXX Firefox 21.0's firefox/xulrunner separation is not working. -#CONFIGURE_ARGS+= --with-libxul-sdk -#CONFIGURE_ARGS+= --with-system-libxul CONFIGURE_ARGS+= --enable-application=browser # workround for link of libxul.so etc. |