diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-08 06:39:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-08 06:39:35 +0000 |
commit | efd01979ec23d07cd17153d607519ffb8c65071a (patch) | |
tree | bf4b07258eda48e3a53c29898fb57d4545dd3ae6 /devel/xulrunner | |
parent | 44e77c096b261a8050f8b39b05ee14e69431466d (diff) | |
download | pkgsrc-efd01979ec23d07cd17153d607519ffb8c65071a.tar.gz |
don't install stuff in /etc/gre.d/
Diffstat (limited to 'devel/xulrunner')
-rw-r--r-- | devel/xulrunner/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 9416ab44a2e..32f2d16ef70 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/08/08 04:14:18 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2009/08/08 06:39:35 tnn Exp $ # DISTNAME= xulrunner-${XULRUNNER_VER}-source @@ -58,6 +58,7 @@ CONFIGURE_ARGS+= --enable-system-sqlite CONFIGURE_ARGS+= --disable-crashreporter ALL_ENV+= MOZILLA_PKG_NAME=xulrunner +INSTALL_ENV+= SKIP_GRE_REGISTRATION=defined PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" |