svn commit: r319716 - head/security/p11-kit

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 2 19:06:45 UTC 2013


Author: bapt
Date: Sun Jun  2 19:06:44 2013
New Revision: 319716
URL: http://svnweb.freebsd.org/changeset/ports/319716

Log:
  Add an explicit dependency to pkgconf
  
  Submitted by:	antoine (irc)

Modified:
  head/security/p11-kit/Makefile

Modified: head/security/p11-kit/Makefile
==============================================================================
--- head/security/p11-kit/Makefile	Sun Jun  2 18:58:23 2013	(r319715)
+++ head/security/p11-kit/Makefile	Sun Jun  2 19:06:44 2013	(r319716)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p11-kit
-# Date created:				2011-07-24
-# Whom:				Roman Bogorodskiy <novel at FreeBSD.org>
-#
+# Created by: Roman Bogorodskiy <novel at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	p11-kit
 PORTVERSION=	0.16.3
@@ -22,6 +18,7 @@ CONFIGURE_ARGS=	--disable-nls --enable-d
 		--with-system-anchors=${LOCALBASE}/share/certs/ca-root-nss.crt
 MAKE_ENV=	exampledir=${EXAMPLESDIR}
 
+USES=		pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	ltverhack gnomehack
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list