diff options
author | agc <agc> | 1998-01-15 16:53:53 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-15 16:53:53 +0000 |
commit | 34dbbc55eb2a46b028aa5278733a51158318e71c (patch) | |
tree | e207dae76530672dc6e5f8494392024da2a1cc0d /print/gv | |
parent | 9cba92d3665fb26907daec4f0368ffdbbe4421dd (diff) | |
download | pkgsrc-34dbbc55eb2a46b028aa5278733a51158318e71c.tar.gz |
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.
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |