diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-25 23:04:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-25 23:04:08 +0800 |
commit | e523f725981a3ca01ef65a68f9e364eba0c63da6 (patch) | |
tree | 2a9154f4c2e6b3010b1c90ef086330a4e74c5cc1 /archivers/dact | |
parent | 4b9b0eb03f45e9880d17cddb7a86b980ab406790 (diff) | |
download | freebsd-ports-graphics-e523f725981a3ca01ef65a68f9e364eba0c63da6.tar.gz freebsd-ports-graphics-e523f725981a3ca01ef65a68f9e364eba0c63da6.tar.zst freebsd-ports-graphics-e523f725981a3ca01ef65a68f9e364eba0c63da6.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index c06c3c7b89d..938d58bdd5c 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/lib CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |