diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-05 04:39:21 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-05 04:39:21 +0000 |
commit | 8b0fa7e7a10914d178ab512d6d33ead5eed45768 (patch) | |
tree | b14ca1846074bb9071b3988a36b9afaabaca0beb /japanese/iv/Makefile | |
parent | change the installed path from /usr/local/lib/mule/site-lisp to (diff) |
Fixed a problem of this port on ELF system
Added a new patch to support CID-Keyed font Engine
PR: ports/10327
Submitted by: sanpei@sanpei.org
Diffstat (limited to 'japanese/iv/Makefile')
-rw-r--r-- | japanese/iv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index 3faefa1dd630..660ac935a01a 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -3,7 +3,7 @@ # Date created: 23.Feb.1996 # Whom: sanpei@yy.cs.keio.ac.jp # -# $Id: Makefile,v 1.8 1998/11/28 05:38:54 asami Exp $ +# $Id: Makefile,v 1.9 1998/12/18 09:39:35 asami Exp $ # DISTNAME= iv-3.1 @@ -13,6 +13,9 @@ MASTER_SITES= ftp://interviews.stanford.edu/pub/ \ ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ DISTFILES= 3.1.tar.Z iv3_1j_gamma.tar.gz +PATCH_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ +PATCHFILES= iv-3.1j-gamma-fixcmpfont.patch + MAINTAINER= sanpei@sanpei.org USE_XLIB= yes |