Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 18:36:24 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328187 - head/security/truecrypt
Message-ID:  <201309241836.r8OIaOtH065711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241836.r8OIaOtH065711>