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/vfghostscript/Makefile | |
parent | Actually, I haven't fixed thie linker command line. Mark it (diff) |
japanese/vflib has been ELFized.
Notes
Notes:
svn path=/head/; revision=13700
Diffstat (limited to 'japanese/vfghostscript/Makefile')
-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 389359447001..4aeeb7e56ca8 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.11 1998/04/04 07:36:41 asami Exp $ +# $Id: Makefile,v 1.12 1998/07/20 03:28:52 steve 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= VFlib2\\.23\\.:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib2.23:${PORTSDIR}/japanese/vflib NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/gs262 |