- a notification utility without a corresponding listening daemon is
useless, so make this run_depends on either one of the 2 possible notification-daemons in tree ok landry@ (maintainer)
This commit is contained in:
parent
ee9059e8b1
commit
be8814d27a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/10/17 12:49:56 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/12/03 13:50:06 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= notification plugin for Claws-mail
|
||||
|
||||
VERSION= 0.19
|
||||
DISTNAME= notification_plugin-${VERSION}
|
||||
PKGNAME= claws-mail-notification-${VERSION}
|
||||
PKGNAME= claws-mail-notification-${VERSION}p0
|
||||
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
||||
CATEGORIES= mail
|
||||
DIST_SUBDIR= claws
|
||||
@ -29,7 +29,8 @@ MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= notify.>=2::devel/libnotify
|
||||
|
||||
RUN_DEPENDS= ::mail/claws-mail
|
||||
RUN_DEPENDS= ::mail/claws-mail \
|
||||
:notification-daemon-*|notification-daemon-xfce-*:sysutils/notification-daemon
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
|
Loading…
Reference in New Issue
Block a user