svn commit: r487020 - head/devel/libappindicator

Steve Wills swills at FreeBSD.org
Sun Dec 9 04:53:01 UTC 2018


Author: swills
Date: Sun Dec  9 04:53:00 2018
New Revision: 487020
URL: https://svnweb.freebsd.org/changeset/ports/487020

Log:
  devel/libappindicator: Fix configure if CUPS option in x11-toolkits/gtk{2,3)0 is disabled
  
  PR:		233846
  Reported by:	Grzegorz Junka <list1 at gjunka.com>

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

Modified: head/devel/libappindicator/Makefile
==============================================================================
--- head/devel/libappindicator/Makefile	Sun Dec  9 04:07:40 2018	(r487019)
+++ head/devel/libappindicator/Makefile	Sun Dec  9 04:53:00 2018	(r487020)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libappindicator
 PORTVERSION=	12.10.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
 
@@ -9,7 +10,8 @@ MAINTAINER=	swills at FreeBSD.org
 COMMENT=	KSNI App Indicator library
 
 LIB_DEPENDS=	libdbusmenu-gtk3.so:devel/libdbusmenu \
-		libindicator3.so:devel/libindicator
+		libindicator3.so:devel/libindicator \
+		libdbus-glib-1.so:devel/dbus-glib
 
 USES=		gmake libtool pkgconfig python:2.7
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list