diff options
author | asami <asami@FreeBSD.org> | 1996-11-04 18:56:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-04 18:56:48 +0800 |
commit | 42430a3b2a44a54f185221e1caf52f441eef0488 (patch) | |
tree | 16c62ad048de7c04ef328c5cdf49ab91a253b9d3 /japanese/vfghostscript | |
parent | f1e2f40467bf859c9f747f9a8d2b50c3b68befa7 (diff) | |
download | freebsd-ports-gnome-42430a3b2a44a54f185221e1caf52f441eef0488.tar.gz freebsd-ports-gnome-42430a3b2a44a54f185221e1caf52f441eef0488.tar.zst freebsd-ports-gnome-42430a3b2a44a54f185221e1caf52f441eef0488.zip |
Add vfghostscript to RUN_DEPENDS too, I heard it's kinda needed.
Submitted by: mita@jp.FreeBSD.org
Diffstat (limited to 'japanese/vfghostscript')
-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 |