diff options
Diffstat (limited to 'textproc/link-grammar/Makefile')
-rw-r--r-- | textproc/link-grammar/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index e1a9afa6b95..aaf82e08afc 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:05 asau Exp $ +# $NetBSD: Makefile,v 1.6 2015/08/26 12:23:01 wiz Exp $ -DISTNAME= link-grammar-4.7.0 +DISTNAME= link-grammar-5.2.5 CATEGORIES= textproc MASTER_SITES= http://www.abisource.com/downloads/link-grammar/${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.abisource.com/projects/link-grammar/ COMMENT= Syntactic parsing library -LICENSE= modified-bsd +LICENSE= modified-bsd AND gnu-lgpl-v2.1 +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config GNU_CONFIGURE= yes |