From owner-svn-ports-all@FreeBSD.ORG Wed Aug 6 09:38:39 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 7FA04CD for ; Wed, 6 Aug 2014 09:38:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 54DFD2C66 for ; Wed, 6 Aug 2014 09:38:39 +0000 (UTC) Received: from tijl (uid 1230) (envelope-from tijl@FreeBSD.org) id 592d by svn.freebsd.org (DragonFly Mail Agent v0.9+); Wed, 06 Aug 2014 09:38:39 +0000 From: Tijl Coosemans Date: Wed, 6 Aug 2014 09:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364159 - head/security/libgnome-keyring X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e1f79f.592d.2e84bfa8@svn.freebsd.org> 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: Wed, 06 Aug 2014 09:38:39 -0000 Author: tijl Date: Wed Aug 6 09:38:38 2014 New Revision: 364159 URL: http://svnweb.freebsd.org/changeset/ports/364159 QAT: https://qat.redports.org/buildarchive/r364159/ Log: Remove USE_GNOME=ltverhack because USES=libtool already handles that Modified: head/security/libgnome-keyring/Makefile Modified: head/security/libgnome-keyring/Makefile ============================================================================== --- head/security/libgnome-keyring/Makefile Wed Aug 6 09:11:57 2014 (r364158) +++ head/security/libgnome-keyring/Makefile Wed Aug 6 09:38:38 2014 (r364159) @@ -14,7 +14,7 @@ LIB_DEPENDS= libtasn1.so:${PORTSDIR}/sec libgcrypt.so:${PORTSDIR}/security/libgcrypt USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix ltverhack intlhack gconf2 +USE_GNOME= gnomeprefix intlhack gconf2 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip