diff options
author | joerg <joerg@pkgsrc.org> | 2010-05-30 12:29:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-05-30 12:29:12 +0000 |
commit | bd9b0b790b4ab26f05d89f694771023d26843b63 (patch) | |
tree | b116bab478e0243b51f33e5c432fcdcae80bf589 /editors | |
parent | f6612826c03d05908944aaed19f3679eaca55e81 (diff) | |
download | pkgsrc-bd9b0b790b4ab26f05d89f694771023d26843b63.tar.gz |
Not MAKE_JOBS_SAFE
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index 1657340a432..0b5d1daf694 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2010/02/19 20:37:08 joerg Exp $ +# $NetBSD: Makefile.common,v 1.4 2010/05/30 12:29:12 joerg Exp $ DISTNAME= emacs-snapshot_20100217.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} @@ -12,6 +12,7 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir SETGIDGAME= yes +MAKE_JOBS_SAFE= no CONFLICTS+= emacs-nox11-[0-9]* |