aboutsummaryrefslogtreecommitdiff
path: root/deskutils/notification-daemon
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:28:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 18:28:10 +0000
commit0d0c38abda42953116077041374621f29398bca1 (patch)
treef84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/notification-daemon
parentb4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff)
downloadports-0d0c38abda42953116077041374621f29398bca1.tar.gz
ports-0d0c38abda42953116077041374621f29398bca1.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Notes
Notes: svn path=/head/; revision=336190
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r--deskutils/notification-daemon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile
index 98e8505fac46..fd01e01a7081 100644
--- a/deskutils/notification-daemon/Makefile
+++ b/deskutils/notification-daemon/Makefile
@@ -11,8 +11,8 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Send small notifications to your desktop
-LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
- canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
+LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING