diff options
author | sada <sada@FreeBSD.org> | 2000-11-26 23:07:46 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-11-26 23:07:46 +0800 |
commit | a13eee7a6202262094e0aaa849a74b0f1fd70f96 (patch) | |
tree | 15e620005aa490d6fdfc5071cb56195937e55c9a /x11 | |
parent | adfed79fdc5b69b1b3d37c0faaf2db140683d7f9 (diff) | |
download | freebsd-ports-gnome-a13eee7a6202262094e0aaa849a74b0f1fd70f96.tar.gz freebsd-ports-gnome-a13eee7a6202262094e0aaa849a74b0f1fd70f96.tar.zst freebsd-ports-gnome-a13eee7a6202262094e0aaa849a74b0f1fd70f96.zip |
Temporarily unbroke for XFree86-4.
Problem was that XF86-4 forces to make html mans unless
this port has no man pages.
Probably this should be fixed under $X11BASE/lib/X11/config.
Submitted by: bento (gohan?)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kb2mb2/files/patch-aa | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11/kb2mb2/files/patch-aa b/x11/kb2mb2/files/patch-aa new file mode 100644 index 000000000000..82a940c52eeb --- /dev/null +++ b/x11/kb2mb2/files/patch-aa @@ -0,0 +1,6 @@ +--- Imakefile.orig Sun Nov 26 13:20:30 2000 ++++ Imakefile Sun Nov 26 13:20:35 2000 +@@ -1,2 +1,3 @@ + LOCAL_LIBRARIES = $(XTESTLIB) $(XLIB) ++#define BuildHtmlManPages NO + SimpleProgramTarget(kb2mb2) |