diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-09-03 22:58:46 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-09-03 22:58:46 +0000 |
commit | e8efbb5928bf273ba542c58cf387c03ffee7a8d2 (patch) | |
tree | 505997729a20f65793ec9d50c9eb9acd801e767a /mail | |
parent | 5b4256440d2dafb142ab352f6f838b0e6ee4e97b (diff) | |
download | ports-e8efbb5928bf273ba542c58cf387c03ffee7a8d2.tar.gz ports-e8efbb5928bf273ba542c58cf387c03ffee7a8d2.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: p6 tb, asf tb
Approved by: portmgr (linimon) via irc
Notes
Notes:
svn path=/head/; revision=240822
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index ea62ceff01af..9d2055a2a58c 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDe clamscan:${PORTSDIR}/security/clamav RUN_DEPENDS= ${BUILD_DEPENDS} +MAKE_JOBS_UNSAFE= yes + USE_LDCONFIG= yes PERL_CONFIGURE= yes |