diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-05-13 15:40:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-05-13 15:40:04 +0000 |
commit | 91313616126bd2b143fe6649a55e1c87c47d757e (patch) | |
tree | 9a0dff3a581cec1fc46d80b2edee03f0e505bfc0 /x11/gnome-applets | |
parent | - drop WWW (diff) |
Add NOTIFY to OPTIONS_DEFINE [1], also fix logic bug in notify support
PR: ports/178205 [1]
Submitted by: olgeni@
Notes
Notes:
svn path=/head/; revision=318111
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 48290d59ecb5..36f8261099fc 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -41,13 +41,13 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ mixer.schemas multiload.schemas stickynotes.schemas -OPTIONS_DEFINE= MINI_COMMANDER +OPTIONS_DEFINE= MINI_COMMANDER NOTIFY MINI_COMMANDER_DESC= Mini-commander applet .include <bsd.port.options.mk> .if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - !${PORT_OPTIONS:MNOTIFY} + ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .endif |