diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:28:10 +0800 |
commit | c92a1d710a8c7b838b79efadc8de3afc045005df (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/notification-daemon | |
parent | 1d82eadcbe5ef4af4b2dfc8ccc40afc52604f8fe (diff) | |
download | freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.gz freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.tar.zst freebsd-ports-gnome-c92a1d710a8c7b838b79efadc8de3afc045005df.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Diffstat (limited to 'deskutils/notification-daemon')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 4 |
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 |