diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-07 06:11:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-07 06:11:42 +0000 |
commit | 04fe91726937d4649dee1e75e51fa54414a7209a (patch) | |
tree | c2b98ee418386e41ccda3125e08f7088f4f5fd42 /japanese/dvi2ps | |
parent | 812a549d83e7ce92cb953ab9c62e6d744f4e68f4 (diff) | |
download | ports-04fe91726937d4649dee1e75e51fa54414a7209a.tar.gz ports-04fe91726937d4649dee1e75e51fa54414a7209a.zip |
japanese/vflib has been ELFized.
Notes
Notes:
svn path=/head/; revision=13700
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r-- | japanese/dvi2ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile index ae4ab86e51ef..ba6098e1b63b 100644 --- a/japanese/dvi2ps/Makefile +++ b/japanese/dvi2ps/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Sep 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.8 1998/04/05 04:47:07 max Exp $ +# $Id: Makefile,v 1.9 1998/07/20 03:36:04 steve Exp $ # DISTNAME= dvi2ps-2.0j @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/ MAINTAINER= mita@jp.FreeBSD.org BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf -LIB_DEPENDS= VFlib2\\.23\\.:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib MAN1= dvi2ps.1 ../ja/man1/dvi2ps.1 |