Date: Sun, 2 Jun 2013 19:06:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319716 - head/security/p11-kit Message-ID: <201306021906.r52J6ieM004401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306021906.r52J6ieM004401>