Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 13:58:34 -0300
From:      "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
To:        freebsd-ports@freebsd.org
Subject:   Ghostscript dependencies
Message-ID:  <20000720135834.A50109@Fedaykin.here>

next in thread | raw e-mail | index | archive | help
Hi,

	Am I missing something or the later should
be true:

diff -ruN /usr/ports/print/ggv/Makefile ggv/Makefile
--- /usr/ports/print/ggv/Makefile	Sat Jun  3 04:35:01 2000
+++ ggv/Makefile	Thu Jul 20 13:48:16 2000
@@ -14,6 +14,7 @@
 MAINTAINER=	ade@FreeBSD.org
 
 LIB_DEPENDS=	panel_applet.4:${PORTSDIR}/x11/gnomecore
+RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript6
 
 GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 
diff -ruN /usr/ports/print/mgv/Makefile mgv/Makefile
--- /usr/ports/print/mgv/Makefile	Mon Apr 10 14:46:56 2000
+++ mgv/Makefile	Thu Jul 20 13:48:44 2000
@@ -13,6 +13,7 @@
 MAINTAINER=	handy@physics.montana.edu
 
 LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
+RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript6
 
 USE_X_PREFIX=	yes
 REQUIRES_MOTIF=	yes
diff -ruN /usr/ports/print/gv/Makefile gv/Makefile
--- /usr/ports/print/gv/Makefile	Mon Apr 10 14:46:54 2000
+++ gv/Makefile	Thu Jul 20 13:45:34 2000
@@ -16,6 +16,7 @@
 MAINTAINER=	obrien@freebsd.org
 
 LIB_DEPENDS=	Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
+RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript6
 
 USE_IMAKE=	yes
 MAN1=		gv.1
diff -ruN /usr/ports/print/ghostview/Makefile ghostview/Makefile
--- /usr/ports/print/ghostview/Makefile	Mon Apr 10 14:46:54 2000
+++ ghostview/Makefile	Thu Jul 20 13:45:44 2000
@@ -13,6 +13,8 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
+RUN_DEPENDS=    gs:${PORTSDIR}/print/ghostscript6
+
 USE_IMAKE=	yes
 MAN1=		ghostview.1
 

	The version does not matter but I am think
we should stick to the latest stable version
available as proper dependencies.
	If the committers agree, no PR should be
necessary. The changes should just be committed. :)

	Regards,
		Mario Ferreira


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000720135834.A50109>