Index: head/devel/libappindicator/Makefile =================================================================== --- head/devel/libappindicator/Makefile (revision 487019) +++ head/devel/libappindicator/Makefile (revision 487020) @@ -1,21 +1,23 @@ # $FreeBSD$ PORTNAME= libappindicator PORTVERSION= 12.10.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ 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 USE_GNOME= gtk30 pygtk2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=3 .include