diff options
author | swills <swills@FreeBSD.org> | 2018-12-09 12:53:00 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-12-09 12:53:00 +0800 |
commit | 8737fb1e85bad63c3c68634825268233a0f2cf5f (patch) | |
tree | 06cfd8a36e42995043f016974fbe3c52adc391b4 /devel/libappindicator | |
parent | 78b432b8d33e1ca7521e269471d70dc6289abe57 (diff) | |
download | freebsd-ports-gnome-8737fb1e85bad63c3c68634825268233a0f2cf5f.tar.gz freebsd-ports-gnome-8737fb1e85bad63c3c68634825268233a0f2cf5f.tar.zst freebsd-ports-gnome-8737fb1e85bad63c3c68634825268233a0f2cf5f.zip |
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>
Diffstat (limited to 'devel/libappindicator')
-rw-r--r-- | devel/libappindicator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libappindicator/Makefile b/devel/libappindicator/Makefile index a9aa68c7798b..2d9979d0a2c2 100644 --- a/devel/libappindicator/Makefile +++ b/devel/libappindicator/Makefile @@ -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 |