diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-11 06:39:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-11 06:39:14 +0000 |
commit | 18dbe4987a55082a41336f41208788cd72e3b81d (patch) | |
tree | 8ac9cdd9abc3ce07d987b41f9fba182247e67552 /mail | |
parent | 190b0c8bac593709991f2cc7057f8f9a36075ae2 (diff) |
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
Notes
Notes:
svn path=/head/; revision=322749
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile index 3f94d899dcd2..721c32da7a8d 100644 --- a/mail/mailutils/Makefile +++ b/mail/mailutils/Makefile @@ -13,6 +13,7 @@ COMMENT= Mailutils offers utilities and daemons for processing e-mail GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS+=--disable-build-comsat +MAKE_JOBS_UNSAFE= yes LDFLAGS= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/${PORTNAME} |