diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 08:03:22 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-10 08:03:22 +0800 |
commit | 7a2ca9a92fc4022ff97bc1e827ee56934019c65c (patch) | |
tree | 1990f8f73ce93145088f5777cd7cc28c30e5ba9b /textproc | |
parent | 60a8c14fc5be9a19b0d2462b1442c349b52129a2 (diff) | |
download | freebsd-ports-gnome-7a2ca9a92fc4022ff97bc1e827ee56934019c65c.tar.gz freebsd-ports-gnome-7a2ca9a92fc4022ff97bc1e827ee56934019c65c.tar.zst freebsd-ports-gnome-7a2ca9a92fc4022ff97bc1e827ee56934019c65c.zip |
- Mark MAKE_JOBS_UNSAFE=yes
- Update MAINTAINER e-mail address
- whitespace
PR: ports/142548
Submitted by: Mykola Dzham <freebsd@levsha.org.ua> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/apertium/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 \ |