diff options
Diffstat (limited to 'editors/wemi-emacs20-current')
-rw-r--r-- | editors/wemi-emacs20-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wemi-emacs20-current/Makefile b/editors/wemi-emacs20-current/Makefile index b5eea878e21d..53ae4a139ba5 100644 --- a/editors/wemi-emacs20-current/Makefile +++ b/editors/wemi-emacs20-current/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1999/01/18 04:07:26 steve Exp $ +# $Id: Makefile,v 1.2 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= wemi-${WEMI_VER} @@ -48,7 +48,7 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf .include <bsd.port.pre.mk> .if ${OSVERSION} >= 300006 -MAKEINFO= makeinfo --no-split --force +MAKEINFO= makeinfo --no-split --no-validate .else MAKEINFO= makeinfo --no-split .endif |