svn commit: r328187 - head/security/truecrypt

Ryan Steinmetz zi at FreeBSD.org
Tue Sep 24 18:36:24 UTC 2013


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 at 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


More information about the svn-ports-all mailing list