summaryrefslogtreecommitdiff
path: root/editors/gnotepad+
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-24 13:56:53 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-24 13:56:53 +0000
commita108b5a91162720a9a80f4e1909341e4d9fcde0d (patch)
tree285031b97c422e7722cac0ec3e2d36afa42ef9fb /editors/gnotepad+
parentadd X dependence (diff)
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>
Notes
Notes: svn path=/head/; revision=46789
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r--editors/gnotepad+/Makefile3
1 files changed, 3 insertions, 0 deletions
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 <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