diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-09-04 06:58:46 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-09-04 06:58:46 +0800 |
commit | 04faaddba9c2795db1e66c8baa64319d1c9688b1 (patch) | |
tree | f25893838fccf6a4b836ed731f76fe31bdf006d5 /mail | |
parent | f04ea98603318c9325ca7d3574e5e67246d92d85 (diff) | |
download | freebsd-ports-gnome-04faaddba9c2795db1e66c8baa64319d1c9688b1.tar.gz freebsd-ports-gnome-04faaddba9c2795db1e66c8baa64319d1c9688b1.tar.zst freebsd-ports-gnome-04faaddba9c2795db1e66c8baa64319d1c9688b1.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: p6 tb, asf tb
Approved by: portmgr (linimon) via irc
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 |