diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-10-29 19:01:59 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-10-29 19:01:59 +0000 |
commit | 32ea452695861d71749e37d5abc4ce4378741380 (patch) | |
tree | 3f4010fbda3c7caab4f9aab623021e3e8c38084b /textproc/hunspell | |
parent | e5e64fef98d8fb4850a62abcd4d2491d13494282 (diff) | |
download | ports-32ea452695861d71749e37d5abc4ce4378741380.tar.gz ports-32ea452695861d71749e37d5abc4ce4378741380.zip |
Notes
Diffstat (limited to 'textproc/hunspell')
-rw-r--r-- | textproc/hunspell/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/hunspell/Makefile b/textproc/hunspell/Makefile index ee9bb141718f..51ed89ceb036 100644 --- a/textproc/hunspell/Makefile +++ b/textproc/hunspell/Makefile @@ -18,6 +18,7 @@ LICENSE_COMB= dual CONFIGURE_ARGS= --disable-nls --with-readline --with-ui GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes MAKE_JOBS_SAFE= yes USE_GNOME= gnomehack USE_LDCONFIG= yes @@ -33,4 +34,8 @@ MAN4_HU= hunspell.4 post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/tools/hunspell.cxx +pre-build: + @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ + ${WKRSRC}/configure ${WRKSRC}/config.h.in + .include <bsd.port.mk> |