svn commit: r304132 - head/deskutils/xfce4-notification-daemon

Emanuel Haupt ehaupt at FreeBSD.org
Wed Sep 12 05:27:04 UTC 2012


Author: ehaupt
Date: Wed Sep 12 05:27:03 2012
New Revision: 304132
URL: http://svn.freebsd.org/changeset/ports/304132

Log:
  While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are
  currently checked), the correct shlib name is 'dbus-glib-1'.
  
  Notified by:	Yuri Pankov <yuri.pankov at gmail.com>

Modified:
  head/deskutils/xfce4-notification-daemon/Makefile

Modified: head/deskutils/xfce4-notification-daemon/Makefile
==============================================================================
--- head/deskutils/xfce4-notification-daemon/Makefile	Wed Sep 12 05:04:20 2012	(r304131)
+++ head/deskutils/xfce4-notification-daemon/Makefile	Wed Sep 12 05:27:03 2012	(r304132)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 LIB_DEPENDS=	sexy:${PORTSDIR}/x11-toolkits/libsexy \
-		dbus-glib:${PORTSDIR}/devel/dbus-glib
+		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
 RUN_DEPENDS=	dbus-daemon:${PORTSDIR}/devel/dbus
 
 GNU_CONFIGURE=	yes



More information about the svn-ports-all mailing list