diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 11:33:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 11:33:51 +0800 |
commit | c5e24c6386093143105c12942b05b9f35bea8546 (patch) | |
tree | 223b70884802529a6ea8aa4223213e258515faac /security/pam_pgina | |
parent | b825229bffaec4c3019b6055c2c8a1990938ad3d (diff) | |
download | freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.tar.gz freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.tar.zst freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'security/pam_pgina')
-rw-r--r-- | security/pam_pgina/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pam_pgina/Makefile b/security/pam_pgina/Makefile index c3e3660271c3..99e821828678 100644 --- a/security/pam_pgina/Makefile +++ b/security/pam_pgina/Makefile @@ -18,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_OPENSSL= yes USE_PERL5_RUN= yes +MAKE_JOBS_SAFE= yes post-patch: # PREFIX safeness |