diff options
author | abs <abs> | 2004-01-06 18:56:50 +0000 |
---|---|---|
committer | abs <abs> | 2004-01-06 18:56:50 +0000 |
commit | e5cdba817396f209a29a0c42f516d2ca7e02caaf (patch) | |
tree | 9634dface5b72f4496e70e9c363677106589f6cb /mail | |
parent | f61071a01f2f6cfa0b5acf8847ea052cb78b090d (diff) | |
download | pkgsrc-e5cdba817396f209a29a0c42f516d2ca7e02caaf.tar.gz |
UNLIMIT_RESOURCES=datasize to fix NetBSD/sparc 1.6ZG build
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index ca59607c882..2eeac12531a 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/01/05 12:01:14 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2004/01/06 18:57:29 abs Exp $ # DISTNAME= procmail-3.22 @@ -14,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES MAKE_ENV+= SHELL=${SH} CHMOD=${CHMOD} INSTALL_TARGET= install-suid install.man +UNLIMIT_RESOURCES= datasize .include "../../mk/bsd.prefs.mk" |