Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:06:21 +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: r419844 - head/deskutils/xfce4-notifyd
Message-ID:  <201608081406.u78E6Lg5002716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 14:06:21 2016
New Revision: 419844
URL: https://svnweb.freebsd.org/changeset/ports/419844

Log:
  Register devel/dbus as LIB_DEPENDS (prompted by stage-qa).

Modified:
  head/deskutils/xfce4-notifyd/Makefile

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Mon Aug  8 13:46:50 2016	(r419843)
+++ head/deskutils/xfce4-notifyd/Makefile	Mon Aug  8 14:06:21 2016	(r419844)
@@ -7,6 +7,7 @@
 
 PORTNAME=	xfce4-notifyd
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	deskutils xfce
 MASTER_SITES=	http://errements.eu/distfiles/
 DIST_SUBDIR=	xfce4
@@ -16,8 +17,9 @@ COMMENT=	Visually-appealing notification
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
-		libnotify.so:devel/libnotify
+LIB_DEPENDS=	libdbus-1.so:devel/dbus \
+		libnotify.so:devel/libnotify \
+		libdbus-glib-1.so:devel/dbus-glib
 
 USES=		gmake gettext-tools libtool pkgconfig tar:bzip2 xfce:gtk3
 GNU_CONFIGURE=	yes



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