svn commit: r338001 - head/devel/libffi

Tijl Coosemans tijl at FreeBSD.org
Sun Dec 29 14:58:31 UTC 2013


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
 


More information about the svn-ports-head mailing list