From owner-freebsd-ports Sun Nov 3 15:40:12 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA12756 for ports-outgoing; Sun, 3 Nov 1996 15:40:12 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA12737 for ; Sun, 3 Nov 1996 15:40:09 -0800 (PST) Received: from alpha.Xerox.COM by mail.crl.com with SMTP id AA09358 (5.65c/IDA-1.5 for ); Sun, 3 Nov 1996 16:41:14 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15228(2)>; Sun, 3 Nov 1996 15:28:04 PST Received: by crevenia.parc.xerox.com id <177557>; Sun, 3 Nov 1996 15:27:52 -0800 From: Bill Fenner To: ports@freebsd.org Subject: Need "a" ghostscript Message-Id: <96Nov3.152752pst.177557@crevenia.parc.xerox.com> Date: Sun, 3 Nov 1996 15:27:42 PST Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm creating a port of wb, which is similar to the Netscape port in that it will just ftp the precompiled binary. wb needs ghostscript installed, but we have 3 different ghostscript ports: "ghostscript", "ghostscript3" and "ghostscript4". wb doesn't care which one, just needs gs. Right now, my Makefile says # XXX ghostscript, ghostscript3 or ghostscript4 will all do. RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 I *think* this will allow any "gs" executable, but if there is none it will install ghostscript4. I don't know about the package deal, though, I suspect that if you are using packages and have a different ghostscript installed you will run into trouble. Any ideas how to handle this? Thanks, Bill