diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 12:04:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 12:04:06 +0800 |
commit | be03ff03b655857577e27c6976674a96d083b18c (patch) | |
tree | cadf631fba6693654870bc408b593451581a0291 /net-p2p | |
parent | e7be0f1623ba0152c959d75becddfb3d5b0456e8 (diff) | |
download | freebsd-ports-gnome-be03ff03b655857577e27c6976674a96d083b18c.tar.gz freebsd-ports-gnome-be03ff03b655857577e27c6976674a96d083b18c.tar.zst freebsd-ports-gnome-be03ff03b655857577e27c6976674a96d083b18c.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/edonkey-tool-hash/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gkremldk/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/edonkey-tool-hash/Makefile b/net-p2p/edonkey-tool-hash/Makefile index 637ae940977a..a3829e6f784f 100644 --- a/net-p2p/edonkey-tool-hash/Makefile +++ b/net-p2p/edonkey-tool-hash/Makefile @@ -18,6 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links PLIST_FILES= bin/edonkey-tool-hash GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION} diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index 2ddd0825d2cd..46e62bac8e91 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_BZIP2= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_JOBS_SAFE= yes post-patch: @${REINPLACE_CMD} -E \ |