diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-24 16:44:24 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-24 16:44:24 +0000 |
commit | d5bc4626d2feca71c83c7b403227bb953688b811 (patch) | |
tree | 67fad45a54c76ffe4e2439e9ccbbe83c15a7db07 /editors/gnotepad+/Makefile | |
parent | 4efc4a55a4e9701cf28f549bb8bd1cd7402de0e6 (diff) | |
download | ports-d5bc4626d2feca71c83c7b403227bb953688b811.tar.gz ports-d5bc4626d2feca71c83c7b403227bb953688b811.zip |
Fix build.
PR: 46874
Submitted by: JD <jimd@siu.edu>
Notes
Notes:
svn path=/head/; revision=85535
Diffstat (limited to 'editors/gnotepad+/Makefile')
-rw-r--r-- | editors/gnotepad+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 7e443924f901..6335fd8904e4 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -33,7 +33,7 @@ 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 + @${PERL} -pi.fbsd -e 's|use_gtkhtml=yes|use_gtkhtml=no|g' ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-extract: |