1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Line 737 of the configure.in file should have a no instead of a yes for use_gtkhtml=

PR:		29431
Submitted by:	Antonio M. D'souza <St.Paul's.United.College@FreeBSD.org>
This commit is contained in:
David W. Chapman Jr. 2001-08-24 13:56:53 +00:00
parent 5834967973
commit a108b5a911
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46789

View File

@ -31,6 +31,9 @@ MAN1= gnp.1
.include <bsd.port.pre.mk>
post-patch:
@${PERL} -pi.fbsd -e 's|use_gtkhtml=yes|use_gtkhtml=no|g' ${WRKSRC}/configure.in
.if !defined(NOPORTDOCS)
post-extract:
@${MV} ${WRKSRC}/docs ${WRKSRC}/docs.old