From e9b81a8fed2e89b59adc7a7f665daa26141ee335 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Sun, 21 Jul 2013 04:58:51 +0000 Subject: Make MAKE_JOBS_UNSAFE. Obtained from: miwi@ --- net/spserver/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/spserver/Makefile b/net/spserver/Makefile index 49141985d446..840e7e7c35fc 100644 --- a/net/spserver/Makefile +++ b/net/spserver/Makefile @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes USE_GMAKE= yes ALL_TARGET= all build_openssl +MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= GNUTLS # MATRIXSSL "Enable matrixssl support" off \ @@ -25,7 +26,7 @@ OPTIONS_DEFINE= GNUTLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMATRIXSSL} -BUILD_DEPENDS= ${PREFIX}/lib/libmatrixsslstatic.a:${PORTSDIR}/security/matrixssl +BUILD_DEPENDS= ${LOCALBASE}/lib/libmatrixsslstatic.a:${PORTSDIR}/security/matrixssl ALL_TARGET+= build_matrixssl PLIST_SUB+= WITH_MATRIXSSL="" .else @@ -41,7 +42,7 @@ PLIST_SUB+= WITH_GNUTLS="@comment " .endif .if ${PORT_OPTIONS:MXYSSL} -BUILD_DEPENDS= ${PREFIX}/lib/libxyssl.a:${PORTSDIR}/security/xyssl +BUILD_DEPENDS= ${LOCALBASE}/lib/libxyssl.a:${PORTSDIR}/security/xyssl ALL_TARGET+= build_xyssl PLIST_SUB+= WITH_XYSSL="" .else -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0