diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:06:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:06:21 +0800 |
commit | c06f5d62d637cdd717a0510cb4f6ad665540e5bf (patch) | |
tree | f4dfe33415936c143282e979e048719decce941f /deskutils | |
parent | accc153f0c7ee632df7b714f1861b98898e90e7c (diff) | |
download | freebsd-ports-gnome-c06f5d62d637cdd717a0510cb4f6ad665540e5bf.tar.gz freebsd-ports-gnome-c06f5d62d637cdd717a0510cb4f6ad665540e5bf.tar.zst freebsd-ports-gnome-c06f5d62d637cdd717a0510cb4f6ad665540e5bf.zip |
Register devel/dbus as LIB_DEPENDS (prompted by stage-qa).
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index f1f5603bdcc2..07afbad5f358 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -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 daemon for Xfce 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 |