diff options
author | tnn <tnn@pkgsrc.org> | 2011-11-13 17:02:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-11-13 17:02:20 +0000 |
commit | 3a3b15dd25ada03601f4a191756fa4f410243766 (patch) | |
tree | ed633106165c188cd54e57f5afb5f3ecbb3d4b4c /www/seamonkey | |
parent | 22e3c82f2e23bd4e848837bdd61f4025fed3274c (diff) | |
download | pkgsrc-3a3b15dd25ada03601f4a191756fa4f410243766.tar.gz |
Drop MAKE_JOBS_SAFE=no; I think it was a local problem.
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index fdf57996f6b..940bf004ba2 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2011/11/12 16:41:43 tnn Exp $ +# $NetBSD: Makefile,v 1.56 2011/11/13 17:02:20 tnn Exp $ # DISTNAME= seamonkey-${SM_VER}.source @@ -22,9 +22,6 @@ CONFIGURE_ARGS+= --enable-application=suite ALL_ENV+= MOZILLA_PKG_NAME=seamonkey -# XXX tnn -MAKE_JOBS_SAFE= no - pre-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} autoconf cd ${WRKSRC}/mozilla && ${SETENV} ${CONFIGURE_ENV} autoconf |