diff options
author | Steve Price <steve@FreeBSD.org> | 1999-02-22 02:48:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-02-22 02:48:47 +0000 |
commit | c2576bc1e0005a532e3bdf1d35b8d895fc18513b (patch) | |
tree | 480fe9036c6d1855d30a2711fe98523fd11aabde /editors/semi113-emacs20 | |
parent | 988b522c10178e0b2323b2f7b275f0e3b2328086 (diff) | |
download | ports-c2576bc1e0005a532e3bdf1d35b8d895fc18513b.tar.gz ports-c2576bc1e0005a532e3bdf1d35b8d895fc18513b.zip |
Notes
Diffstat (limited to 'editors/semi113-emacs20')
-rw-r--r-- | editors/semi113-emacs20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/semi113-emacs20/Makefile b/editors/semi113-emacs20/Makefile index fc47cb4782bf..b87dfd87f3d5 100644 --- a/editors/semi113-emacs20/Makefile +++ b/editors/semi113-emacs20/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:02:48 steve Exp $ +# $Id: Makefile,v 1.2 1999/02/17 12:44:26 kuriyama Exp $ # DISTNAME= semi-${SEMI_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 |