From owner-svn-ports-all@FreeBSD.ORG Fri Dec 20 19:55:30 2013 Return-Path: Delivered-To: svn-ports-all@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 7A847E5E; Fri, 20 Dec 2013 19:55:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 65AC21558; Fri, 20 Dec 2013 19:55:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKJtUQI013844; Fri, 20 Dec 2013 19:55:30 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBKJtUBB013843; Fri, 20 Dec 2013 19:55:30 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201312201955.rBKJtUBB013843@svn.freebsd.org> From: Juergen Lock Date: Fri, 20 Dec 2013 19:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337086 - head/multimedia/vlc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:55:30 -0000 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