diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-09-12 13:27:03 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-09-12 13:27:03 +0800 |
commit | c52b43f91570ab7c337f6ddfa9cdc2eb589e384a (patch) | |
tree | d111153a10e4048882f909007cb94f596ad4366d /deskutils | |
parent | f7bf8d16e172daf9c651c730266e52aa3d059a21 (diff) | |
download | freebsd-ports-gnome-c52b43f91570ab7c337f6ddfa9cdc2eb589e384a.tar.gz freebsd-ports-gnome-c52b43f91570ab7c337f6ddfa9cdc2eb589e384a.tar.zst freebsd-ports-gnome-c52b43f91570ab7c337f6ddfa9cdc2eb589e384a.zip |
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>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notification-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/xfce4-notification-daemon/Makefile b/deskutils/xfce4-notification-daemon/Makefile index 5b71efea3f20..f7ccbb90bc78 100644 --- a/deskutils/xfce4-notification-daemon/Makefile +++ b/deskutils/xfce4-notification-daemon/Makefile @@ -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 |