diff options
author | obache <obache@pkgsrc.org> | 2010-10-09 05:58:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-09 05:58:27 +0000 |
commit | 93a5235c6a8a0619ab53f3effc74f4981fdac841 (patch) | |
tree | 64ae76532f9e3ebbf457e5c061d92228f44a56a1 /mail/mailagent | |
parent | 864ba4ef8a688a71526c6e00b347264e440f2e62 (diff) | |
download | pkgsrc-93a5235c6a8a0619ab53f3effc74f4981fdac841.tar.gz |
MAKE_JOBS_SAFE=no
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 91041b6071a..0c44164755a 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/04/09 00:44:53 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2010/10/09 05:58:27 obache Exp $ DISTNAME= mailagent-3.0.73 CATEGORIES= mail @@ -14,6 +14,8 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} INTERACTIVE_STAGE= configure +MAKE_JOBS_SAFE= no + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -dres |