diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 00:20:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 00:20:47 +0000 |
commit | 5370ea589f19ca387012e3a733179cbe8b44c16c (patch) | |
tree | b1d9610ab85ee92d9d451653c88eaf410eac7e1d /japanese/vfghostscript/Makefile | |
parent | lib/news -> news/lib (diff) |
Use shared VFlib lib.
Notes
Notes:
svn path=/head/; revision=4852
Diffstat (limited to 'japanese/vfghostscript/Makefile')
-rw-r--r-- | japanese/vfghostscript/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 1b73e0c7735f..7967fdb4a87d 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.5 1996/11/13 12:41:13 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/18 10:24:17 asami Exp $ # DISTNAME= ghostscript2.6.2 @@ -22,8 +22,7 @@ DISTFILES= ghostscript-2.6.2.tar.gz ghostscript-fonts-2.6.2.tar.gz \ MAINTAINER= mita@jp.FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libVFlib.a:${PORTSDIR}/japanese/vflib -RUN_DEPENDS= ${PREFIX}/lib/libVFlib.a:${PORTSDIR}/japanese/vflib +LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib WRKSRC= ${WRKDIR}/gs262 EXTRACT_ONLY= ghostscript-2.6.2.tar.gz |