aboutsummaryrefslogtreecommitdiffstats
path: root/math/hfst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/hfst/Makefile')
-rw-r--r--math/hfst/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/hfst/Makefile b/math/hfst/Makefile
index 6a1614e999ca..b6f896910214 100644
--- a/math/hfst/Makefile
+++ b/math/hfst/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hfst
PORTVERSION= 3.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}
@@ -11,11 +11,13 @@ MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A toolkit for for processing natural language morphologies
-USES= pkgconfig shebangfix libtool python:2
+USES= libtool pkgconfig python:2 readline shebangfix
USE_GNOME= glib20 libxml2
USE_GCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline --with-unicode-handler=glib --enable-proc --enable-tagger --enable-xfst --enable-shuffle --enable-traverse
+CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2
+LDFLAGS+= -L${LOCALBASE}/lib
SHEBANG_FILES= tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py
USE_LDCONFIG= yes