1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Update the comment to better explain the problem with the way

the configure script lookup for nroff
This commit is contained in:
Baptiste Daroussin 2017-05-30 20:34:55 +00:00
parent 500e47d656
commit 995fd3e605
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442121

View File

@ -32,8 +32,8 @@ PKGMESSAGE= ${WRKSRC}/license.txt
PORTDOCS= Readme.txt LICENSE
HEADERFILES= sp_func.h sp_func.h sp_events.h
# The groff port does not install a "nroff binary" force configure to use
# 'groff' directly
# The configure script fails to find nroff in LOCALBASE, but works fine if
# 'groff' is used directly
CONFIGURE_ENV+= ac_cv_path_NROFF=groff
# bsd.port.mk doesn't allow us to use GNU_CONFIGURE and PERL_CONFIGURE together.