aboutsummaryrefslogtreecommitdiff
path: root/deskutils/notify-osd
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/notify-osd
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/notify-osd')
-rw-r--r--deskutils/notify-osd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/notify-osd/Makefile b/deskutils/notify-osd/Makefile
index 2547a4bec69f..11a98ee3a90c 100644
--- a/deskutils/notify-osd/Makefile
+++ b/deskutils/notify-osd/Makefile
@@ -15,8 +15,8 @@ LICENSE= GPLv3
CONFLICTS= xfce4-notification-daemon-[0-9]*
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- notify.4:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libnotify.so:${PORTSDIR}/devel/libnotify
RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus
GNU_CONFIGURE= yes