diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-24 01:01:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-24 01:01:23 +0800 |
commit | 101d670bc3ff17dba86f9f8fb186ef570e249acd (patch) | |
tree | ce62f05a8a2bd1cc232a7034fd82830e1715f278 /net-im/empathy | |
parent | 0d2345bcf8e48a2ead65837f7c696bb11480e615 (diff) | |
download | marcuscom-ports-101d670bc3ff17dba86f9f8fb186ef570e249acd.tar.gz marcuscom-ports-101d670bc3ff17dba86f9f8fb186ef570e249acd.tar.zst marcuscom-ports-101d670bc3ff17dba86f9f8fb186ef570e249acd.zip |
Mark as MAKE_JOBS_UNSAFE.
PR: 145441
145443
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14068 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index dc3734525..586f08b40 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/empathy/Makefile,v 1.63 2010/04/10 23:25:30 kwm Exp $ +# $MCom: ports/net-im/empathy/Makefile,v 1.64 2010/04/20 11:21:21 kwm Exp $ PORTNAME= empathy PORTVERSION= 2.30.0.2 @@ -34,6 +34,7 @@ USE_AUTOTOOLS= libtool:22 INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_PYTHON= yes +MAKE_JOBS_UNSAFE=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-tpl=no |