Date: Sun, 9 Dec 2018 04:53:00 +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: r487020 - head/devel/libappindicator Message-ID: <201812090453.wB94r0pD009470@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812090453.wB94r0pD009470>