From owner-freebsd-ports Thu Aug 14 11:13:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA03381 for ports-outgoing; Thu, 14 Aug 1997 11:13:06 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA03373 for ; Thu, 14 Aug 1997 11:12:50 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <51933(2)>; Thu, 14 Aug 1997 11:11:27 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Thu, 14 Aug 1997 11:11:22 -0700 To: Sheldon Hearn cc: freebsd-ports@freebsd.org Subject: Re: ./mail/mew without ./japanese/mew In-reply-to: Your message of "Thu, 14 Aug 97 02:59:47 PDT." <199708140959.LAA00900@axl.iafrica.com> Date: Thu, 14 Aug 1997 11:11:10 PDT From: Bill Fenner Message-Id: <97Aug14.111122pdt.177512@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Sheldon Hearn 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 .endif (or maybe the dependency should go the other way; japanese/mew could depend on mail/mew) Bill