diff options
author | bapt <bapt@FreeBSD.org> | 2011-10-31 17:25:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-10-31 17:25:53 +0800 |
commit | 592b4a3afca8409139167f82ec34c0463cbd8668 (patch) | |
tree | 52a12d957fe3419bd6287fc6ddc4ba85eeca5ff1 /textproc/hunspell/Makefile | |
parent | 180829ef3ebdd138fae6e885f00649918905d2e5 (diff) | |
download | freebsd-ports-gnome-592b4a3afca8409139167f82ec34c0463cbd8668.tar.gz freebsd-ports-gnome-592b4a3afca8409139167f82ec34c0463cbd8668.tar.zst freebsd-ports-gnome-592b4a3afca8409139167f82ec34c0463cbd8668.zip |
- add depend on libiconv
- bump portrevision
Diffstat (limited to 'textproc/hunspell/Makefile')
-rw-r--r-- | textproc/hunspell/Makefile | 7 |
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> |