diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-02-24 17:32:11 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-02-24 17:32:11 +0000 |
commit | 0581db3ca8e4a433046a4f051ca69a1f95dd7852 (patch) | |
tree | 5512b65396b8b006d12a7c17ddd3509d51839169 | |
parent | 1da2f4b2975f6440e10d6a4af98ebc7f679073f0 (diff) |
Notes
-rw-r--r-- | multimedia/moonlight/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile index 50962043e8d2..d66c191ed3f9 100644 --- a/multimedia/moonlight/Makefile +++ b/multimedia/moonlight/Makefile @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --with-ff2=no # FF3_LIBS="-pthread -L${LOCALBASE}/lib/firefox3" #.else PLIST_SUB+= FF3="@comment " -#CONFIGURE_ARGS+= --with-ff3=no +CONFIGURE_ARGS+= --with-ff3=no #.endif # Building the .xpi doesn't actually require embedded cairo, but it's a safer option |