diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
commit | fe61bf1eb4f2758636a3c065686a833eb412df25 (patch) | |
tree | 1474457ea487adcafec2ab29e99ab61897a3e479 /devel/notify-sharp | |
parent | 5732783897145621b6af3ab08fba8d9af40f338b (diff) |
Notes
Diffstat (limited to 'devel/notify-sharp')
-rw-r--r-- | devel/notify-sharp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/notify-sharp/Makefile b/devel/notify-sharp/Makefile index f05d779d0e5e..46216a446f8a 100644 --- a/devel/notify-sharp/Makefile +++ b/devel/notify-sharp/Makefile @@ -15,7 +15,7 @@ COMMENT= C\# client library for notification-daemon BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib \ - ${LOCALBASE}/share/dbus-1/services/org.freedesktop.Notifications.service:${PORTSDIR}/deskutils/notification-daemon + ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon GNU_CONFIGURE= yes USE_GMAKE= yes |