summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authoragc <agc>1998-01-19 11:30:32 +0000
committeragc <agc>1998-01-19 11:30:32 +0000
commit1f94f8fc4fdad07b80eee257a970543f7a6ced34 (patch)
tree164f039c038755a58dce39d3685f65c18a4bf7b1 /print/gv
parentcd0a1936e32a0e7f34454cd6f024a4acf23250d9 (diff)
downloadpkgsrc-1f94f8fc4fdad07b80eee257a970543f7a6ced34.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