diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-10-31 15:06:01 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-10-31 15:06:01 +0800 |
commit | 9835691b48905f5f0a7518b2dcfaeb902673cbe2 (patch) | |
tree | f8c6c07c276485915f435de03098efbc4e010f9d /japanese/jvim3 | |
parent | bc1ae8ef0aa627cdad203cfda3f33c1e6dcaea93 (diff) | |
download | freebsd-ports-gnome-9835691b48905f5f0a7518b2dcfaeb902673cbe2.tar.gz freebsd-ports-gnome-9835691b48905f5f0a7518b2dcfaeb902673cbe2.tar.zst freebsd-ports-gnome-9835691b48905f5f0a7518b2dcfaeb902673cbe2.zip |
Waiting for jgrep, jfold, jcat.
Diffstat (limited to 'japanese/jvim3')
-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) |