diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-18 18:27:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-12-18 18:27:04 +0000 |
commit | 1555ae4f314511fd596fa29d01b010d17ffdce00 (patch) | |
tree | d74b642176a85226ad068a0ee960a37eef96566c /textproc | |
parent | a7481c3ea5a1e6427c5de53c19a9a24c1ba8bbe6 (diff) | |
download | ports-1555ae4f314511fd596fa29d01b010d17ffdce00.tar.gz ports-1555ae4f314511fd596fa29d01b010d17ffdce00.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hunspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index 694fad65baa3..1d2c97e2865f 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -3,7 +3,7 @@ PORTNAME= hunspell PORTVERSION= 1.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION} DIST_SUBDIR= ${PORTNAME} @@ -14,6 +14,7 @@ COMMENT= Improved spell-checker for Hungarian and other languages LICENSE= GPLv2 LGPL21 MPL LICENSE_COMB= dual +CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes USES= pathfix iconv ncurses readline shebangfix perl5 |