summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-01-19 11:30:32 +0000
committeragc <agc@pkgsrc.org>1998-01-19 11:30:32 +0000
commit38ef44e1a971dcce3ce9207bf12e30ec9a947caf (patch)
tree164f039c038755a58dce39d3685f65c18a4bf7b1 /print/gv
parentda06ca2f20ff1aa803c2a659da49d5a18cf9b727 (diff)
downloadpkgsrc-38ef44e1a971dcce3ce9207bf12e30ec9a947caf.tar.gz
Make this package depend on the gs binary installed by the
ghostscript5 package as (a) we should be encouraging people to use the packages collection where possible, and (b) it messes up the package depencies if we don't, to the extent that pkg_delete will have problems.
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 1dbd2caa937..baf71064683 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.3 1998/01/15 16:53:53 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/01/19 11:30:32 agc Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
@@ -14,7 +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
+RUN_DEPENDS= ${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript5
USE_IMAKE= yes