Date: Mon, 13 May 2013 15:50:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: gnome@FreeBSD.org Subject: Re: ports/178205: commit references a PR Message-ID: <201305131550.r4DFo2Ml035343@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/178205; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178205: commit references a PR Date: Mon, 13 May 2013 15:40:21 +0000 (UTC) Author: kwm Date: Mon May 13 15:40:04 2013 New Revision: 318111 URL: http://svnweb.freebsd.org/changeset/ports/318111 Log: Add NOTIFY to OPTIONS_DEFINE [1], also fix logic bug in notify support PR: ports/178205 [1] Submitted by: olgeni@ Modified: head/x11/gnome-applets/Makefile Modified: head/x11/gnome-applets/Makefile ============================================================================== --- head/x11/gnome-applets/Makefile Mon May 13 15:39:33 2013 (r318110) +++ head/x11/gnome-applets/Makefile Mon May 13 15:40:04 2013 (r318111) @@ -41,13 +41,13 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_L 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131550.r4DFo2Ml035343>