From owner-freebsd-multimedia@FreeBSD.ORG Fri Dec 20 20:00:01 2013 Return-Path: Delivered-To: freebsd-multimedia@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5207BFF0 for ; Fri, 20 Dec 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EA451595 for ; Fri, 20 Dec 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKK01GW033554 for ; Fri, 20 Dec 2013 20:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKK00VQ033553; Fri, 20 Dec 2013 20:00:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 20:00:01 GMT Message-Id: <201312202000.rBKK00VQ033553@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184614: commit references a PR X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:00:01 -0000 The following reply was made to PR ports/184614; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184614: commit references a PR Date: Fri, 20 Dec 2013 19:55:37 +0000 (UTC) Author: nox Date: Fri Dec 20 19:55:29 2013 New Revision: 337086 URL: http://svnweb.freebsd.org/changeset/ports/337086 Log: Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20. PR: ports/184614 Submitted by: kwm (via irc earlier) Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Fri Dec 20 19:46:09 2013 (r337085) +++ head/multimedia/vlc/Makefile Fri Dec 20 19:55:29 2013 (r337086) @@ -166,8 +166,8 @@ NCURSES_CONFIGURE_ENABLE= ncurses NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls -NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \ - libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 +NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify +NOTIFY_USE= GNOME=gtk20 NOTIFY_CONFIGURE_ENABLE= notify OPTIMIZED_CFLAGS_CFLAGS= -O3 -ffast-math -fomit-frame-pointer _______________________________________________ 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"