diff options
author | mandree <mandree@FreeBSD.org> | 2010-04-23 21:27:43 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-04-23 21:27:43 +0800 |
commit | 0ad1457c9dc78ebbc1911dcd15e7d96aef6fb00d (patch) | |
tree | 4e75a0a27d664249ac06ecd342fbf655ffd06ba0 /net-im/empathy/Makefile | |
parent | 0d4aa546f1d16f938de27caa5679ca1953b74e2e (diff) | |
download | freebsd-ports-gnome-0ad1457c9dc78ebbc1911dcd15e7d96aef6fb00d.tar.gz freebsd-ports-gnome-0ad1457c9dc78ebbc1911dcd15e7d96aef6fb00d.tar.zst freebsd-ports-gnome-0ad1457c9dc78ebbc1911dcd15e7d96aef6fb00d.zip |
MAKE_JOBS_UNSAFE for empathy and telepathy-m-c
PR: ports/145441
PR: ports/145443
Approved by: maintainer timeout (17 days)
Approved by: garga (mentor)
Diffstat (limited to 'net-im/empathy/Makefile')
-rw-r--r-- | net-im/empathy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index cfd83a072cbc..272453ba69a1 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control +MAKE_JOBS_UNSAFE= yes + USE_GMAKE= yes USE_BZIP2= yes USE_GETTEXT= yes |