diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-20 03:28:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-20 03:28:58 +0000 |
commit | 13c10ba234adef1a4263928d6304b616a314f22d (patch) | |
tree | d0ff9dc3ad56959de41b3a3f657011e904a830e3 /japanese/vfghostscript/Makefile | |
parent | 6ed07bdb33436c0d2154ae3fb4b42be2759c0e54 (diff) |
Update to used the new VFlib port.
PR: 7292 (1 of 4)
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=11991
Diffstat (limited to 'japanese/vfghostscript/Makefile')
-rw-r--r-- | japanese/vfghostscript/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 0e888fbbc7ec..389359447001 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.10 1997/12/08 09:05:48 max Exp $ +# $Id: Makefile,v 1.11 1998/04/04 07:36:41 asami Exp $ # DISTNAME= ghostscript2.6.2 @@ -22,7 +22,7 @@ DISTFILES= ghostscript-2.6.2.tar.gz ghostscript-fonts-2.6.2.tar.gz \ MAINTAINER= mita@jp.FreeBSD.org -LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib2\\.23\\.:${PORTSDIR}/japanese/vflib NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/gs262 @@ -59,6 +59,7 @@ pre-patch: ${CP} gdevp201/gdevp201.c gdevp201/gdevp201.mak ..; ) @${PATCH} ${PATCH_ARGS} < ${WRKSRC}/drivers/gdevp201/gdevp201.dif @${PATCH} ${PATCH_ARGS} <${FILESDIR}/unix-gcc.mak.patch >/dev/null 2>&1 + @${PATCH} ${PATCH_ARGS} <${FILESDIR}/kfvflib.mak.patch >/dev/null 2>&1 @${PATCH} ${PATCH_ARGS} < ${WRKSRC}/bjc600j/gdevcdj.dif >/dev/null 2>&1 @${PATCH} ${PATCH_ARGS} < ${WRKSRC}/bjc600j/devsmak.dif >/dev/null 2>&1 @${CP} ${WRKSRC}/unix-gcc.mak ${WRKSRC}/Makefile |