Index: textproc/hunspell/Makefile =================================================================== --- textproc/hunspell/Makefile +++ textproc/hunspell/Makefile @@ -4,6 +4,7 @@ PORTNAME= hunspell PORTVERSION= 1.6.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= textproc DIST_SUBDIR= ${PORTNAME} @@ -19,8 +20,9 @@ CONFLICTS_INSTALL= tinker-[0-9]* CONFIGURE_ARGS= --disable-nls ${ICONV_CONFIGURE_ARG} --with-readline --with-ui GNU_CONFIGURE= yes -USES= autoreconf libtool:keepla pathfix iconv ncurses \ +USES= autoreconf compiler:c++11-lib libtool:keepla pathfix iconv ncurses \ readline shebangfix perl5 +USE_CXXSTD= c++11 USE_GITHUB= yes SHEBANG_FILES= src/tools/ispellaff2myspell USE_LDCONFIG= yes