Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 15:03:36 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337023 - head/multimedia/vlc
Message-ID:  <201312201503.rBKF3aqW001923@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Dec 20 15:03:36 2013
New Revision: 337023
URL: http://svnweb.freebsd.org/changeset/ports/337023

Log:
  multimedia/vlc: add missing lib depend for NOTIFY
  
  Reported by:	Ajtim (via email)

Modified:
  head/multimedia/vlc/Makefile

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Fri Dec 20 14:55:13 2013	(r337022)
+++ head/multimedia/vlc/Makefile	Fri Dec 20 15:03:36 2013	(r337023)
@@ -166,7 +166,8 @@ NCURSES_CONFIGURE_ENABLE=	ncurses
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 
-NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify \
+			libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/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?201312201503.rBKF3aqW001923>