svn commit: r331556 - head/mail/libspf
Dirk Meyer
dinoex at FreeBSD.org
Fri Oct 25 05:31:03 UTC 2013
Author: dinoex
Date: Fri Oct 25 05:31:03 2013
New Revision: 331556
URL: http://svnweb.freebsd.org/changeset/ports/331556
Log:
- add MAKE_JOBS_UNSAFE
to fix "*** [install-libLTLIBRARIES] Error code 71"
Modified:
head/mail/libspf/Makefile
Modified: head/mail/libspf/Makefile
==============================================================================
--- head/mail/libspf/Makefile Fri Oct 25 05:09:00 2013 (r331555)
+++ head/mail/libspf/Makefile Fri Oct 25 05:31:03 2013 (r331556)
@@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR= mnag/${PORTNAME}
MAINTAINER= ports at FreeBSD.org
COMMENT= Sender Policy Framework (SPF) library and client
+MAKE_JOBS_UNSAFE=yes
+
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
More information about the svn-ports-head
mailing list