Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2019 21:25:58 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494651 - head/devel/libappindicator
Message-ID:  <201903042125.x24LPwWg078512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Mar  4 21:25:58 2019
New Revision: 494651
URL: https://svnweb.freebsd.org/changeset/ports/494651

Log:
  devel/libappindicator: make VAPI option ON by default
  
  PR:		236124
  Submitted by:	Hiroki Tagato <tagattie@yandex.com>

Modified:
  head/devel/libappindicator/Makefile   (contents, props changed)

Modified: head/devel/libappindicator/Makefile
==============================================================================
--- head/devel/libappindicator/Makefile	Mon Mar  4 21:17:00 2019	(r494650)
+++ head/devel/libappindicator/Makefile	Mon Mar  4 21:25:58 2019	(r494651)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libappindicator
 PORTVERSION=	12.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
 
@@ -21,6 +21,7 @@ USE_LDCONFIG=	yes
 USE_GNOME=	gtk30 pygtk2
 
 OPTIONS_DEFINE=	VAPI
+OPTIONS_DEFAULT=	VAPI
 OPTIONS_SUB=	yes
 
 VAPI_BUILD_DEPENDS=	vala>=0:lang/vala



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