From owner-freebsd-gnome@freebsd.org Wed Sep 23 05:21:56 2015 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3978A07270 for ; Wed, 23 Sep 2015 05:21:56 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B1B041B19 for ; Wed, 23 Sep 2015 05:21:56 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id t8N5LnFb005855 for ; Tue, 22 Sep 2015 22:21:53 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201509230521.t8N5LnFb005855@gw.catspoiler.org> Date: Tue, 22 Sep 2015 22:21:49 -0700 (PDT) From: Don Lewis Subject: x11/gnome3 port options To: freebsd-gnome@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 05:21:57 -0000 This snippet of the gnome3 Makefile looks wrong: .if ${.CURDIR:T}!="gnome3-lite" OPTIONS_DEFINE+=MAPI MAPI_DESC= Depend on evolution-mapi (pulls in samba4) DOCS_RUN_DEPENDS= gnome-user-docs>=0:${PORTSDIR}/misc/gnome-user-docs MAPS_RUN_DEPENDS= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi .endif The first problem is that we never add DOCS to OPTIONS_DEFINE. The second problem is that MAPS_RUN_DEPENDS looks like it should be MAPI_RUN_DEPENDS.