diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-31 07:06:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-10-31 07:06:01 +0000 |
commit | 49b8f94f60f29108a765d0416f26021ca7419e38 (patch) | |
tree | a30bc341152386f14144889bab2589bdb690a2be | |
parent | 5b01056a233ac1fe65f142943bae0b69c7673b3a (diff) | |
download | ports-49b8f94f60f29108a765d0416f26021ca7419e38.tar.gz ports-49b8f94f60f29108a765d0416f26021ca7419e38.zip |
Notes
-rw-r--r-- | japanese/jvim3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index 75a9821db987..1c74b71da85b 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -3,7 +3,7 @@ # Date created: 97/10/30 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.3 1998/10/28 09:21:51 kuriyama Exp $ +# $Id: Makefile,v 1.4 1998/10/28 09:27:46 asami Exp $ # DISTNAME= vim @@ -19,6 +19,7 @@ MAINTAINER= taoka@infonets.hiroshima-u.ac.jp LIB_DEPENDS= ${LIB_INPUT_METHOD} BUILD_DEPENDS= ${BUILD_INPUT_METHOD} +NO_LATEST_LINK= YES # waiting for jgrep, jfold, jcat PATCHDIR= ${.CURDIR}/../jvim3/patches FILESDIR= ${.CURDIR}/../jvim3/files .if !defined(WNN6) |