Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 08:56:10 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397806 - head/x11/gnome3
Message-ID:  <201509250856.t8P8uANm035861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Sep 25 08:56:10 2015
New Revision: 397806
URL: https://svnweb.freebsd.org/changeset/ports/397806

Log:
  Lists DOCS in OPTIONS_DEFINE, fix typo in RUN_DEPENDS for the MAPI option.
  
  Submitted by:	truckman@

Modified:
  head/x11/gnome3/Makefile

Modified: head/x11/gnome3/Makefile
==============================================================================
--- head/x11/gnome3/Makefile	Fri Sep 25 08:53:57 2015	(r397805)
+++ head/x11/gnome3/Makefile	Fri Sep 25 08:56:10 2015	(r397806)
@@ -38,11 +38,11 @@ CONFLICTS?=	gnome3-lite-[0-9]*
 USES=		metaport
 
 .if ${.CURDIR:T}!="gnome3-lite"
-OPTIONS_DEFINE+=MAPI
+OPTIONS_DEFINE+=MAPI DOCS
 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
+MAPI_RUN_DEPENDS=	evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi
 .endif
 
 .include <bsd.port.options.mk>



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