From 91313616126bd2b143fe6649a55e1c87c47d757e Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 13 May 2013 15:40:04 +0000 Subject: Add NOTIFY to OPTIONS_DEFINE [1], also fix logic bug in notify support PR: ports/178205 [1] Submitted by: olgeni@ --- x11/gnome-applets/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gnome-applets/Makefile') 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 .if exists(${LOCALBASE}/libdata/pkgconfig/libnotify.pc) || \ - !${PORT_OPTIONS:MNOTIFY} + ${PORT_OPTIONS:MNOTIFY} LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .endif -- cgit v1.2.3