aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-10-31 09:25:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-10-31 09:25:53 +0000
commite4068d2e333cd79704b221c0ba13a478ac43792d (patch)
tree72ca7e3838395fd5f7152ba194de8787d1d5c219 /textproc
parent6a775f56c132456b6ce9185fd8c5298b8471de3a (diff)
downloadports-e4068d2e333cd79704b221c0ba13a478ac43792d.tar.gz
ports-e4068d2e333cd79704b221c0ba13a478ac43792d.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hunspell/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile
index 51ed89ceb036..caaf1becb707 100644
--- a/textproc/hunspell/Makefile
+++ b/textproc/hunspell/Makefile
@@ -7,6 +7,7 @@
PORTNAME= hunspell
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/Hunspell/${PORTVERSION}
@@ -16,13 +17,15 @@ COMMENT= Improved spell-checker for Hungarian and other languages
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
-CONFIGURE_ARGS= --disable-nls --with-readline --with-ui
+CONFIGURE_ARGS= --disable-nls --with-readline --with-ui \
+ --with-libiconv-prefix=${LOCALBASE}
GNU_CONFIGURE= yes
WITH_FBSD10_FIX=yes
MAKE_JOBS_SAFE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
USE_NCURSES= yes
+USE_ICONV= yes
MANLANG= "" hu
MAN1_EN= hunspell.1 hunzip.1 hzip.1
@@ -36,6 +39,6 @@ post-patch:
pre-build:
@${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \
- ${WKRSRC}/configure ${WRKSRC}/config.h.in
+ ${WKRSRC}/configure ${WRKSRC}/config.h.in
.include <bsd.port.mk>