Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 22:21:49 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        freebsd-gnome@FreeBSD.org
Subject:   x11/gnome3 port options
Message-ID:  <201509230521.t8N5LnFb005855@gw.catspoiler.org>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509230521.t8N5LnFb005855>