From owner-svn-ports-all@FreeBSD.ORG Tue May 13 18:28:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2386AEBC; Tue, 13 May 2014 18:28:56 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 112CD2246; Tue, 13 May 2014 18:28:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4DIStrD022758; Tue, 13 May 2014 18:28:55 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4DISt40022757; Tue, 13 May 2014 18:28:55 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405131828.s4DISt40022757@svn.freebsd.org> From: Tijl Coosemans Date: Tue, 13 May 2014 18:28:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353976 - head/net/vino 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.18 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: Tue, 13 May 2014 18:28:56 -0000 Author: tijl Date: Tue May 13 18:28:55 2014 New Revision: 353976 URL: http://svnweb.freebsd.org/changeset/ports/353976 QAT: https://qat.redports.org/buildarchive/r353976/ Log: - Use new LIB_DEPENDS syntax to fix libunique dependency. - Staging. PR: ports/189778 Obtained from: marcuscom Modified: head/net/vino/Makefile Modified: head/net/vino/Makefile ============================================================================== --- head/net/vino/Makefile Tue May 13 18:22:28 2014 (r353975) +++ head/net/vino/Makefile Tue May 13 18:28:55 2014 (r353976) @@ -12,9 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ - unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique USE_BZIP2= yes USES= gettext gmake pkgconfig @@ -29,11 +29,10 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= vino-server.schemas .if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify CONFIGURE_ARGS+=--enable-libnotify=yes .else CONFIGURE_ARGS+=--enable-libnotify=no .endif -NO_STAGE= yes .include