Summary: | missing NOTIFY option in x11/gnome-applets | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jimmy Olgeni <olgeni> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jimmy Olgeni
2013-04-27 22:10:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed thanks! 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" |