From a108b5a91162720a9a80f4e1909341e4d9fcde0d Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Fri, 24 Aug 2001 13:56:53 +0000 Subject: [PATCH] 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 --- editors/gnotepad+/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 6ae4b523ea0e..59e38e2f11d0 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -31,6 +31,9 @@ MAN1= gnp.1 .include +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