Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2001 00:48:33 +0900 (JST)
From:      Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= <inagaki@tg.rim.or.jp>
To:        freebsd-gnats-submit@freebsd.org
Cc:        inagaki@tg.rim.or.jp
Subject:   ports/25525: [UPDATE] japanese/xdvik-vflib
Message-ID:  <20010305.004833.92587605.inagaki@tg.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         25525
>Category:       ports
>Synopsis:       [UPDATE] japanese/xdvik-vflib
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 04 07:50:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Inagaki Kentaro &
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:
>Description:

Fix: incorrect dependency.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /m/ncvs/FreeBSD/ports/japanese/xdvik-vflib/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	2000/12/07 15:59:27	1.15
+++ Makefile	2001/01/10 09:37:11
@@ -31,7 +31,7 @@
 
 MAINTAINER=	inagaki@tg.rim.or.jp
 
-LIB_DEPENDS=	VFlib2.24:${PORTSDIR}/japanese/vflib
+LIB_DEPENDS=	VFlib2:${PORTSDIR}/japanese/vflib
 RUN_DEPENDS+=	makejvf:${PORTSDIR}/japanese/makejvf
 
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
@@ -107,7 +107,7 @@
 DVIPS?=		dvips
 
 .if ${FONTTYPE} == metafont
-RUN_DEPENDS+=    ptex-common:${PORTSDIR}/japanese/ptex-common
+RUN_DEPENDS+=    mktexpk:${PORTSDIR}/japanese/ptex-common
 MF_MODE=	${MAKETEX_MODE}
 .else
 MF_MODE=	${USEPK_MODE}
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010305.004833.92587605.inagaki>