aboutsummaryrefslogtreecommitdiff
path: root/textproc/hunspell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/hunspell/Makefile')
-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>