diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 15:55:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 15:55:56 +0000 |
commit | 4e6be1a7773ed263ffe3f35edbe56769e40d7813 (patch) | |
tree | 6e80aadf31d29317f1031a7ce1f52133b50b2e7c /japanese | |
parent | Upgrade to 4.26c (diff) |
Define NO_LATEST_LINK in favor of 5.x versions.
Notes
Notes:
svn path=/head/; revision=49742
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vfghostscript/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 4d760846071a..81911006b7fd 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -36,6 +36,8 @@ MAN1= gs.1 DOC_DIR=${PREFIX}/lib/ghostscript/doc +NO_LATEST_LINK= yes + # Note: unix-gcc.mak.patch can't be put in patches/ because it should # be applied after gs261j.diff, which should, in turn, be applied # after the distributed patches |