Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 1997 11:11:10 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        Sheldon Hearn <axl@iafrica.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: ./mail/mew without ./japanese/mew 
Message-ID:  <97Aug14.111122pdt.177512@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Thu, 14 Aug 97 02:59:47 PDT." <199708140959.LAA00900@axl.iafrica.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Sheldon Hearn <axl@iafrica.com> wrote:
>The obvious solution is to cvsup both ports-mail and ports-japanese but 
>that's not much of a solution. Any other suggestions?

I think that mail/mew/Makefile needs something like

.if exists(${.CURDIR}/../../japanese/mew/Makefile)
.include "${.CURDIR}/../../japanese/mew/Makefile"
.else
BROKEN=		"requires japanese/mew port"
.include <bsd.port.mk>
.endif

(or maybe the dependency should go the other way; japanese/mew could
depend on mail/mew)

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97Aug14.111122pdt.177512>