aboutsummaryrefslogtreecommitdiff
path: root/textproc/hunspell
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-10-29 19:01:59 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-10-29 19:01:59 +0000
commit32ea452695861d71749e37d5abc4ce4378741380 (patch)
tree3f4010fbda3c7caab4f9aab623021e3e8c38084b /textproc/hunspell
parente5e64fef98d8fb4850a62abcd4d2491d13494282 (diff)
downloadports-32ea452695861d71749e37d5abc4ce4378741380.tar.gz
ports-32ea452695861d71749e37d5abc4ce4378741380.zip
Notes
Diffstat (limited to 'textproc/hunspell')
-rw-r--r--textproc/hunspell/Makefile5
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>