Date: Fri, 4 Jul 2014 14:52:45 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360630 - head/math/hfst Message-ID: <201407041452.s64EqjGY002117@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Fri Jul 4 14:52:45 2014 New Revision: 360630 URL: http://svnweb.freebsd.org/changeset/ports/360630 QAT: https://qat.redports.org/buildarchive/r360630/ Log: Add missing dep. Modified: head/math/hfst/Makefile Modified: head/math/hfst/Makefile ============================================================================== --- head/math/hfst/Makefile Fri Jul 4 14:46:37 2014 (r360629) +++ head/math/hfst/Makefile Fri Jul 4 14:52:45 2014 (r360630) @@ -11,7 +11,7 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for for processing natural language morphologies USES= pkgconfig shebangfix libtool -USE_GNOME= glib20 +USE_GNOME= glib20 libxml2 USE_GCC= yes USE_PYTHON= 2 GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407041452.s64EqjGY002117>