diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-04 10:56:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-04 10:56:48 +0000 |
commit | 9e6b85ce8d7dff99e77ce44d19d3ea522e134402 (patch) | |
tree | a57aa21bc43f483c1981e2370340845b058b39c4 /japanese | |
parent | 751a221bb645c0f05755d86a097742b9dcca2753 (diff) | |
download | freebsd-ports-9e6b85ce8d7dff99e77ce44d19d3ea522e134402.zip |
Add vfghostscript to RUN_DEPENDS too, I heard it's kinda needed.
Submitted by: mita@jp.FreeBSD.org
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vfghostscript/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile index 019437ef1146..c20cd32508e0 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.1.1.1 1996/11/02 12:12:43 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/02 16:34:43 max Exp $ # DISTNAME= ghostscript2.6.2 @@ -22,6 +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 WRKSRC= ${WRKDIR}/gs262 EXTRACT_ONLY= ghostscript-2.6.2.tar.gz |