From owner-svn-ports-all@FreeBSD.ORG Tue Sep 24 18:36:24 2013 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 ESMTP id 875B9B52; Tue, 24 Sep 2013 18:36:24 +0000 (UTC) (envelope-from zi@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 7529420BC; Tue, 24 Sep 2013 18:36:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8OIaOB6065712; Tue, 24 Sep 2013 18:36:24 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8OIaOtH065711; Tue, 24 Sep 2013 18:36:24 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201309241836.r8OIaOtH065711@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 24 Sep 2013 18:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328187 - head/security/truecrypt 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.14 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, 24 Sep 2013 18:36:24 -0000 Author: zi Date: Tue Sep 24 18:36:23 2013 New Revision: 328187 URL: http://svnweb.freebsd.org/changeset/ports/328187 Log: - Add pkgconfig to USES to resolve build failure with poudriere Submitted by: blakkheim@EFNet Modified: head/security/truecrypt/Makefile Modified: head/security/truecrypt/Makefile ============================================================================== --- head/security/truecrypt/Makefile Tue Sep 24 18:17:19 2013 (r328186) +++ head/security/truecrypt/Makefile Tue Sep 24 18:36:23 2013 (r328187) @@ -22,7 +22,7 @@ RUN_DEPENDS= sudo:${PORTSDIR}/security/s WRKSRC= ${WRKDIR}/truecrypt-${PORTVERSION}-source -USES= fuse iconv +USES= fuse iconv pkgconfig USE_GMAKE= yes RESTRICTED= Downloading requires acceptance of license agreement NO_CDROM= Distribution requires acceptance of license agreement