diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:54:54 +0000 |
commit | 214bd533a7aa7a2f42290138bc4f5d5cae9ce19d (patch) | |
tree | b6e8a2e2e173200c3e989ccba48ea51ad0a5a047 /math/hfst | |
parent | 6c0cb7e99c6b37a63f1cfe83248e49c09bf10996 (diff) | |
download | ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.tar.gz ports-214bd533a7aa7a2f42290138bc4f5d5cae9ce19d.zip |
Notes
Diffstat (limited to 'math/hfst')
-rw-r--r-- | math/hfst/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/hfst/Makefile b/math/hfst/Makefile index 302c79f44733..f36703a019f9 100644 --- a/math/hfst/Makefile +++ b/math/hfst/Makefile @@ -11,10 +11,9 @@ MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for for processing natural language morphologies -USES= pkgconfig shebangfix libtool +USES= pkgconfig shebangfix libtool python:2 USE_GNOME= glib20 libxml2 USE_GCC= yes -USE_PYTHON= 2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-readline --with-unicode-handler=glib --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse SHEBANG_FILES= tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py |