diff options
author | joerg <joerg> | 2009-07-16 14:48:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-16 14:48:56 +0000 |
commit | 1eaaf23fcbeba7f66f7f1478c2e30e1bd4f67c1c (patch) | |
tree | 25affe90f4dcb7540149c4a847367f5ad887f671 /mail/heirloom-mailx | |
parent | ff0dc2549373bc5e7496bfa6a6a2924b21757758 (diff) | |
download | pkgsrc-1eaaf23fcbeba7f66f7f1478c2e30e1bd4f67c1c.tar.gz |
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 062bb8b69d5..3c55ea92d54 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/30 13:01:00 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/16 14:48:56 joerg Exp $ # DISTNAME= mailx-12.4 @@ -12,6 +12,7 @@ HOMEPAGE= http://heirloom.sourceforge.net/mailx.html COMMENT= BSD mail utility with MIME extensions PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no USE_LANGUAGES= c |