Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 19:55:30 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337086 - head/multimedia/vlc
Message-ID:  <201312201955.rBKJtUBB013843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201955.rBKJtUBB013843>