[SVN-Commit] r785 - branches/experimental/Mk

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Thu Jun 21 12:05:53 UTC 2012


Author: jbeich
Date: Thu Jun 21 12:05:46 2012
New Revision: 785

Log:
piggyback startup-notifications on DBUS

Modified:
   branches/experimental/Mk/bsd.gecko.mk

Modified: branches/experimental/Mk/bsd.gecko.mk
==============================================================================
--- branches/experimental/Mk/bsd.gecko.mk	Thu Jun 21 12:05:22 2012	(r784)
+++ branches/experimental/Mk/bsd.gecko.mk	Thu Jun 21 12:05:46 2012	(r785)
@@ -676,7 +676,9 @@
 
 .if ${PORT_OPTIONS:MDBUS}
 LIB_DEPENDS+=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-				notify.4:${PORTSDIR}/devel/libnotify
+				notify.4:${PORTSDIR}/devel/libnotify \
+				startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+MOZ_OPTIONS+=	--enable-startup-notification
 .else
 MOZ_OPTIONS+=	--disable-dbus --disable-libnotify
 .endif


More information about the freebsd-gecko mailing list