Sun Apr 1 15:19:56 2012 UTC ()
Fix build on FreeBSD 9.0.
* Add LDFLAGS.FreeBSD like DragonFly.


(ryoon)
diff -r1.100 -r1.101 pkgsrc/www/firefox/Makefile

cvs diff -r1.100 -r1.101 pkgsrc/www/firefox/Makefile (expand / switch to context diff)
--- pkgsrc/www/firefox/Makefile 2012/03/15 08:31:10 1.100
+++ pkgsrc/www/firefox/Makefile 2012/04/01 15:19:56 1.101
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.100 2012/03/15 08:31:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.101 2012/04/01 15:19:56 ryoon Exp $
 
 .include "../../devel/xulrunner/dist.mk"
 PKGNAME=	firefox-${FIREFOX_VER}
@@ -18,6 +18,7 @@
 ALL_ENV+=		MOZILLA_PKG_NAME=firefox
 
 LDFLAGS.DragonFly=	-lplc4 -lnspr4
+LDFLAGS.FreeBSD=	-lplc4 -lnspr4
 
 .include "../../devel/xulrunner/mozilla-common.mk"
 .include "options.mk"