From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 08:19:57 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id A8FC6DF8; Wed, 30 Oct 2013 08:19:57 +0000 (UTC) (envelope-from marino@FreeBSD.org) 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 94DC22CB1; Wed, 30 Oct 2013 08:19:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9U8Jv9P079158; Wed, 30 Oct 2013 08:19:57 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9U8Jvpl079157; Wed, 30 Oct 2013 08:19:57 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201310300819.r9U8Jvpl079157@svn.freebsd.org> From: John Marino Date: Wed, 30 Oct 2013 08:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332086 - head/mail/gnome-gmail-notifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Oct 2013 08:19:57 -0000 Author: marino Date: Wed Oct 30 08:19:57 2013 New Revision: 332086 URL: http://svnweb.freebsd.org/changeset/ports/332086 Log: mail/gnome-gmail-notifier: USES+= pkgconfig, complete LDFLAGS Modified: head/mail/gnome-gmail-notifier/Makefile Modified: head/mail/gnome-gmail-notifier/Makefile ============================================================================== --- head/mail/gnome-gmail-notifier/Makefile Wed Oct 30 07:54:59 2013 (r332085) +++ head/mail/gnome-gmail-notifier/Makefile Wed Oct 30 08:19:57 2013 (r332086) @@ -15,10 +15,10 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/ GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= glib20 gtk20 gconf2 libxml2 librsvg2 USE_GSTREAMER= good -LDFLAGS+= -lintl +LDFLAGS+= -L${LOCALBASE}/lib -lintl NO_STAGE= yes post-patch: