diff options
author | agc <agc> | 1998-01-15 16:53:53 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-15 16:53:53 +0000 |
commit | c3039d4ce9d39558d3b8183c4958efe2ecf93a41 (patch) | |
tree | e207dae76530672dc6e5f8494392024da2a1cc0d /print | |
parent | f84c0e72e447857b0e84805991c7a7359fba15d3 (diff) | |
download | pkgsrc-c3039d4ce9d39558d3b8183c4958efe2ecf93a41.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')
-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 |