summaryrefslogtreecommitdiff
path: root/devel/xulrunner
diff options
context:
space:
mode:
authormarkd <markd>2011-01-23 11:18:27 +0000
committermarkd <markd>2011-01-23 11:18:27 +0000
commitec6ddd078e751f956bf731280595bea83848cb62 (patch)
tree2122ba007d7ca0ec6e4197b504b1bc16d026063d /devel/xulrunner
parenta4c933b26262ad082f6a1e2ace25acad08bec533 (diff)
downloadpkgsrc-ec6ddd078e751f956bf731280595bea83848cb62.tar.gz
set FREEBL_NO_DEPEND=0 in MAKE_ENV otherwise Linux2.6 defaults to
FREEBL_NO_DEPEND=1 and files not in PLIST are installed. OKed by tnn.
Diffstat (limited to 'devel/xulrunner')
-rw-r--r--devel/xulrunner/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index e811f7423b3..64f2214e08f 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2011/01/13 13:53:25 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2011/01/23 11:18:27 markd Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --enable-libxul
ALL_ENV+= MOZILLA_PKG_NAME=xulrunner
+MAKE_ENV+= FREEBL_NO_DEPEND=0
+
.include "mozilla-common.mk"
.include "options.mk"