Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2012 05:27:03 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304132 - head/deskutils/xfce4-notification-daemon
Message-ID:  <201209120527.q8C5R3PE002079@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209120527.q8C5R3PE002079>