svn commit: r397806 - head/x11/gnome3

Koop Mast kwm at FreeBSD.org
Fri Sep 25 08:56:11 UTC 2015


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>


More information about the svn-ports-all mailing list