svn commit: r494651 - head/devel/libappindicator
Steve Wills
swills at FreeBSD.org
Mon Mar 4 21:25:59 UTC 2019
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 at 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
More information about the svn-ports-head
mailing list