diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-24 02:39:19 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-24 02:39:19 +0800 |
commit | fe61bf1eb4f2758636a3c065686a833eb412df25 (patch) | |
tree | 1474457ea487adcafec2ab29e99ab61897a3e479 /deskutils/xfce4-notifyd | |
parent | 5732783897145621b6af3ab08fba8d9af40f338b (diff) | |
download | freebsd-ports-gnome-fe61bf1eb4f2758636a3c065686a833eb412df25.tar.gz freebsd-ports-gnome-fe61bf1eb4f2758636a3c065686a833eb412df25.tar.zst freebsd-ports-gnome-fe61bf1eb4f2758636a3c065686a833eb412df25.zip |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Diffstat (limited to 'deskutils/xfce4-notifyd')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index c89ab632eb09..4a02523125a2 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-notifyd PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -18,7 +19,7 @@ COMMENT= Visually-appealing notification daemon for Xfce LICENSE= GPLv3 LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.1:${PORTSDIR}/devel/libnotify + notify.4:${PORTSDIR}/devel/libnotify USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes |