From owner-freebsd-ports Thu Jul 20 23: 0:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from 200-191-159-129-as.acessonet.com.br (200-191-159-129-as.acessonet.com.br [200.191.159.129]) by hub.freebsd.org (Postfix) with ESMTP id 6BD7937B62F for ; Thu, 20 Jul 2000 23:00:00 -0700 (PDT) (envelope-from lioux@uol.com.br) Received: (qmail 50118 invoked by uid 1001); 20 Jul 2000 16:58:56 -0000 From: "Mario Sergio Fujikawa Ferreira" Date: Thu, 20 Jul 2000 13:58:34 -0300 To: freebsd-ports@freebsd.org Subject: Ghostscript dependencies Message-ID: <20000720135834.A50109@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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