Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 14:58:31 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338001 - head/devel/libffi
Message-ID:  <201312291458.rBTEwVJ7077119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Dec 29 14:58:31 2013
New Revision: 338001
URL: http://svnweb.freebsd.org/changeset/ports/338001

Log:
  Remove pkgconfig dependency.  The port only installs a .pc file.

Modified:
  head/devel/libffi/Makefile

Modified: head/devel/libffi/Makefile
==============================================================================
--- head/devel/libffi/Makefile	Sun Dec 29 14:56:54 2013	(r338000)
+++ head/devel/libffi/Makefile	Sun Dec 29 14:58:31 2013	(r338001)
@@ -15,7 +15,7 @@ LICENSE=	MIT
 
 TEST_DEPENDS=	runtest:${PORTSDIR}/misc/dejagnu
 
-USES=		pathfix pkgconfig
+USES=		pathfix
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 



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