diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-24 21:56:53 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-24 21:56:53 +0800 |
commit | 66b2bdd2747f4ca50f9541ba5c5bd78de81aa4cb (patch) | |
tree | 9c2e8dd9f0c97405d5a6f5524c82eac27a302b03 /editors | |
parent | 93e7debbee6dbe821cbf926d73443f5ed9f0f0ba (diff) | |
download | freebsd-ports-gnome-66b2bdd2747f4ca50f9541ba5c5bd78de81aa4cb.tar.gz freebsd-ports-gnome-66b2bdd2747f4ca50f9541ba5c5bd78de81aa4cb.tar.zst freebsd-ports-gnome-66b2bdd2747f4ca50f9541ba5c5bd78de81aa4cb.zip |
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>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad+/Makefile | 3 |
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 |