From a824424cd5ffe8c88682c727f631adc0bbf035bb Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 20 Jul 1998 03:34:07 +0000 Subject: Update to use the new VFlib port. PR: 7292 (3 of 4) Submitted by: maintainer --- japanese/vfxdvi300/Makefile | 6 +++--- japanese/vfxdvi300/files/patch-aa | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'japanese/vfxdvi300') diff --git a/japanese/vfxdvi300/Makefile b/japanese/vfxdvi300/Makefile index e08210b3e54c..0ce4a4631871 100644 --- a/japanese/vfxdvi300/Makefile +++ b/japanese/vfxdvi300/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Nov 1996 # Whom: Mita Yoshio # -# $Id: Makefile,v 1.8 1997/09/14 21:36:18 max Exp $ +# $Id: Makefile,v 1.9 1997/11/10 11:23:08 asami Exp $ # DISTNAME= xdvi-17 @@ -20,7 +20,7 @@ DISTFILES= xdvi-17.tar.gz xdvi-17miyu.patch-beta6.gz \ MAINTAINER= mita@jp.FreeBSD.org -LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib2\\.23\\.:${PORTSDIR}/japanese/vflib RUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts MANUAL_PACKAGE_BUILD= RESOLUTION has to be set to 118 240 300 360 400 600 @@ -50,7 +50,7 @@ pre-fetch: .elif defined(RESOLUTION_INVALID) @echo "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" @echo "Possible values are: 118, 240, 300 (default), 360, 400 and 600." - @/usr/bin/false + @${FALSE} .endif pre-patch: diff --git a/japanese/vfxdvi300/files/patch-aa b/japanese/vfxdvi300/files/patch-aa index a13f0d61b5da..6d59cc0976e7 100644 --- a/japanese/vfxdvi300/files/patch-aa +++ b/japanese/vfxdvi300/files/patch-aa @@ -396,7 +396,7 @@ #endif #ifdef Use_ZEIT -! DEFAULT_FONTCONFDIR=/usr/local/lib/VFlib +! DEFAULT_FONTCONFDIR=/usr/local/share/VFlib/2.23.1 ! DEFAULT_FONTCONF=$(DEFAULT_FONTCONFDIR)/vfontcap #ifdef Use_NTTZEIT ZEIT_DEFS=-DUSE_ZEIT -DNTTZEIT -DDEFAULT_FONTCONF=\"$(DEFAULT_FONTCONF)\" @@ -433,7 +433,7 @@ CDEBUGFLAGS=-g -! VFLIB=-L/usr/local/lib -lVFlib +! VFLIB=-L/usr/local/lib -lVFlib2 -lttf #ifdef Use_ZEIT ! DEPLIBS=XawClientDepLibs LOCAL_LIBRARIES=$(VFLIB) XawClientLibs -- cgit