From c3039d4ce9d39558d3b8183c4958efe2ecf93a41 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 15 Jan 1998 16:53:53 +0000 Subject: Make gv depend on an executable gs in the $PATH. We need some dependency here, and it's either on ${LOCALBASE}/bin/gs to pick up the ghostscript 5 package's gs binary, or simply gs, to pick up any gs binary in the path. The latter was chosen for the moment. --- print/gv/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/gv/Makefile b/print/gv/Makefile index b491546ab39..1dbd2caa937 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -3,7 +3,7 @@ # Date created: Nov 1997 # Whom: soren@t.dk # -# $NetBSD: Makefile,v 1.2 1997/12/29 02:42:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/15 16:53:53 agc Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -14,6 +14,7 @@ MASTER_SITES= ftp://thep.physik.uni-mainz.de/pub/gv/unix/ MAINTAINER= ports@freebsd.org LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 USE_IMAKE= yes -- cgit v1.2.3