diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-02 09:32:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-02 09:32:13 +0000 |
commit | a481d30c4a2acad6c3c33ce99f1bf4bd221c66db (patch) | |
tree | 87401d179bdc713c284c8e3655b733665423b1b9 /japanese/vfghostscript | |
parent | Upgrade to 0.99.5.1. (diff) |
Fix VFlib version number.
Notes
Notes:
svn path=/head/; revision=16488
Diffstat (limited to 'japanese/vfghostscript')
-rw-r--r-- | japanese/vfghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index d8e419a0a50e..f8b9ebea439e 100644 --- a/japanese/vfghostscript/Makefile +++ b/japanese/vfghostscript/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.15 1998/12/09 15:43:47 sada Exp $ +# $Id: Makefile,v 1.16 1999/01/27 07:41:18 fenner Exp $ # DISTNAME= ghostscript2.6.2 @@ -23,7 +23,7 @@ DISTFILES= ghostscript-2.6.2.tar.gz ghostscript-fonts-2.6.2.tar.gz \ MAINTAINER= mita@jp.FreeBSD.org -LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/gs262 |