svn commit: r323366 - head/net/spserver
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jul 21 04:58:52 UTC 2013
Author: vanilla
Date: Sun Jul 21 04:58:51 2013
New Revision: 323366
URL: http://svnweb.freebsd.org/changeset/ports/323366
Log:
Make MAKE_JOBS_UNSAFE.
Obtained from: miwi@
Modified:
head/net/spserver/Makefile
Modified: head/net/spserver/Makefile
==============================================================================
--- head/net/spserver/Makefile Sun Jul 21 04:45:05 2013 (r323365)
+++ head/net/spserver/Makefile Sun Jul 21 04:58:51 2013 (r323366)
@@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER
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
More information about the svn-ports-head
mailing list