From 7a2ca9a92fc4022ff97bc1e827ee56934019c65c Mon Sep 17 00:00:00 2001 From: pgollucci Date: Sun, 10 Jan 2010 00:03:22 +0000 Subject: - Mark MAKE_JOBS_UNSAFE=yes - Update MAINTAINER e-mail address - whitespace PR: ports/142548 Submitted by: Mykola Dzham (maintainer) --- textproc/apertium/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'textproc/apertium/Makefile') diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 9402c60bede8..d6cfa6e61092 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.1.1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.1 -MAINTAINER= freebsd@levsha.org.ua +MAINTAINER= i@levsha.me COMMENT= A toolbox to build shallow-transfer machine translation systems BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash @@ -20,12 +20,14 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ lttoolbox3:${PORTSDIR}/textproc/lttoolbox \ pcre:${PORTSDIR}/devel/pcre +MAKE_JOBS_UNSAFE= yes + GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig MAN1= apertium-deshtml.1 apertium-desodt.1 apertium-despptx.1 \ - apertium-desrtf.1 apertium-destxt.1 apertium-deswxml.1 \ - apertium-desxlsx.1 apertium-filter-ambiguity.1 \ + apertium-desrtf.1 apertium-destxt.1 apertium-deswxml.1 \ + apertium-desxlsx.1 apertium-filter-ambiguity.1 \ apertium-gen-deformat.1 apertium-gen-lextorbil.1 \ apertium-gen-lextormono.1 apertium-gen-modes.1 \ apertium-gen-reformat.1 apertium-gen-stopwords-lextor.1 \ -- cgit